@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
    font-family: "VT323", monospace;
    background-color: #12171f;
    background-image: url(https://sadhost.neocities.org/images/tiles/num.gif);
    color: #ffffff;
    text-align: center;

}

h1, h2 {
    text-align: center;
    font-family: "Silkscreen", monospace;
}

p {
    font-family: "VT323";
    font-size: 25px;
    text-align: justify;

    padding: 5px 45px 5px 45px;
}

div {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.main {
    scroll-behavior: smooth;

    margin: 20px 280px 50px 280px;

    border: #aaafb1;
    border-style: solid;
    
    position: absolute;
    height: 75%;

    overflow: scroll;
}

/* Top bar settings */

.topbar {
    height: auto;
    background-color: rgba(61, 71, 76, 0.75);
    overflow: hidden;

    margin: 20px 450px 0 450px;

    border: 5px, #aaafb1;
    border-style: solid;
}

.topbar a {
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 25px;
    color: #ffffff;
}
.topbar a:hover {
    background-color: #000000;
}

/* Gallery settings */

.gallery {
    display: inline-block;
    border: #3D474C, 5px;
    border-style: solid;
    margin: 5px;
    width: 200px;
}
.gallery img {
    width: 100%;
    height: 260px;
}
.gallery .desc:hover {
    background-color: #3D474C;
}


/* Buttons settings */

.button {
    display: inline;
    margin: 5px;
    width: 200px;
    color: #ffffff;
}
.button a {
    text-decoration: none;
}
.button a:visited {
    color: #666d70;
}

@media only screen and (max-width: 1000px) {
.main {
    margin: 20px 120px 20px 120px;
}

.topbar {
    margin: 20px 150px 0 150px;
}

.topbar a {
    padding: 0px 10px 0px 10px;
}
}