body {
    background-image: url("main_images/background_wall.png");
    background-repeat: repeat;
    color: rgb(177, 159, 241);
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0.1rem 0.1rem 0.2rem rgb(0, 0, 0);
    image-rendering: pixelated;
}

ul {
    font-family: "Berlin Sans FB", "Helvetica Neue", Helvetica, Arial, sans-serif
}
a:visited, a:active {
    color: pink;
}

.separation {
    background-image: url("main_images/separation_stripe.png");
    height: 1rem;
    width: auto;
    box-shadow: 0 0 0.25rem rgb(191, 147, 228);
}

a:link {
    color: rgb(159, 248, 248);
    
}

h1 {
    text-shadow: 0.1rem 0.1rem 0.20rem rgb(255, 255, 255);
}

button {
    background-color: rgb(191, 147, 228);
    color: black;
    font-family: "Berlin Sans FB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}