html {
    background-image: url('imgs/vintage_bg.png');
    background-color: #192225;
    margin: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 100vw;
}

.construction {
    width: 480px;
    height: auto;
    display: block;
    margin: auto;
}

header {
    display: flex;
    & > img {
        width: 400px;
        height: auto;
        margin: auto;
    }
}

h1 {
    text-align: center;
    color: rgb(30, 29, 74);
    font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
    color: #1764e1;
}

a:hover {
    color: aquamarine;
}

a:visited {
    color: rgb(114, 72, 150);
}

.menu {
    display: flex;
    padding: 20px;
    margin: 20px;
    flex-direction: column;
    border-style: dashed;
    /* position: fixed;
    z-index: 1;
    top: 0;
    left: 0; 
    border-radius: 30%; 
    width: 20%; */
    flex-shrink: 1;
    background-color: #88BB92;
    & > h3 {
        display: flex;
        justify-content: center;
       color: #b1286d;
    }
    & > a {
        padding: 10px;
        border-style: outset;
        border-radius: 15%;
        border-color: #23C9FF;
        margin: 2px;
        text-decoration: none;
        background-image: linear-gradient(#b278a6, #cea8c6);
        text-align: center;

    }
    /*  & > a:hover {
        padding-top: 15px;
        padding-bottom: 15px; 
    } */
}

.intro {
    display: flex;
    flex-direction: column;
    padding: 50px;
     width: 75%;
    border-style: double;
    border-radius: 15%;
    background-color: antiquewhite;
    & > h3 {
        text-align: center;
    }
    flex-grow: 1;
}

.main {
    display: flex;
    padding: 20px;
    width: 95%;
    max-width: 90%;
    margin:auto;
}

.stuff {
    padding: 20px;
    width: 90%;
    margin: auto;
    border-style: ridge;
    border-width: 5px;
    display: flex;
    text-align: center;
    background-color: antiquewhite;
    margin: 10px;
    flex-direction: column;
}

.things {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.tamaNOTchi {
    display: flex;
    justify-content: center;
    flex-basis: 0;
}

.thumbnail {
    height: 50px;
    width: auto;
}

.thumbnail:hover {
    height: auto;
    width: auto;
}

.spoiler {
    background-color: black;
    color: black;
}

.spoiler:hover {
    background-color: white;
    color: black;
}

figure {
    & > img {
    width: 600px;
    height: auto;
    display: block;
    margin: auto;
    padding-bottom: 10px;
    }
}

.page_head {
    border-style: groove;
    background-color: antiquewhite;
    border-radius: 50%;
    width: fit-content;
    padding: 15px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.notebook   {
    padding-top: 25px;
    padding-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
    width: 250px;
    background-image: url("imgs/notebook_paper.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

.tagline {
    margin: auto;
    font-style: italic;
    width: fit-content;
    background-color: antiquewhite;
    padding: 10px;
    border-radius: 15%;
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 0;
    width: 264px;
    & > img {
        max-width: 88px;
    }
}

.stamps {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 0;
    width: 200px;
    & > img {
        width: 99px;
        height: auto;
    }
}

.quiz {
    display: flex;
    flex-wrap: wrap;
    & > .results {
        display: flex;
        flex-direction: column;
        margin: 5px;
    }
}

.guestbook {
    display: block;
    text-align: center;
}

