
html {
    scrollbar-color: rgb(19, 94, 0) rgb(76, 143, 0);
}

body {
background-image: url(/images/Home/bgoverlay.png), url(/images/Home/linebackground.png);
background-size: cover, 50px;
}

* {
    text-rendering: pixelated;
    font-family: 'Courier New', Courier, monospace;
}

.main {
    justify-content: center;
    margin: 100px auto 100px auto;
    display: flex;
    flex-direction: row;
}


.display {
    overflow-y: scroll;
    text-align: center;
    width: 500px;
    height: 550px;
    border-image-source: url(/images/Home/whitelaceborder.png);
        border-image-slice:  11;
    border-image-repeat: round;
    border-image-width: 10px;
    border-image-outset: 3px;
background-color: rgb(246, 252, 223);
box-shadow: rgba(0, 0, 0, 0.562) 7px 7px 10px;
}

.sidebar {
    border: 2px dotted black;
    background-color: wheat;
    width: 200px;
    padding: 10px;
}


#stamps img {
    width: 100px;
}

#blinkies img {
    width: 150px;
    height: 20px;
}

#bdimages img {
    width: 30px;
}


#sc:hover {
    content: "smooth";
}