#scrollbar {
    background-image: url(ava7patterns_pattern_1732.png);
    background-attachment: fixed;

}

.about-page {
    background-image: url(dithered_waves.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: pixelated;
}


#main-box {
    image-rendering: pixelated;
        background-color: rgb(88, 70, 171);
        border: 4px solid;
        border-color: black;
        color: rgb(187, 178, 235);
        padding: 10px 10px 10px 10px;
        width: 80%;
        height: auto;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 10px;
        border-radius: 10px;
}

a {
    font-style: italic;
    color: rgb(43, 226, 134);
}


