@font-face {
    font-family: "Seinfeld";
    src: url("../assets/fonts/seinfeld-font/GiambattistaduemilleOblique-eMzg.ttf") format("truetype");
}

* { color: rgb(15, 10, 0);
    font-family: Seinfeld, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 3px 2px rgba(240, 20, 211, 0.2);
}

iframe {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.container {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
}

#home {
    position: absolute;
    display: flex;
    bottom: 1vh;
    left: 30vw;
    height: 5vh;
    width: 8vw;
    background-color: snow;
    justify-content: center;
    align-items: center;
    border: 4px solid rgb(100, 0, 30);
    border-radius: 12px;
}

#sitemap {
    position: absolute;
    display: flex;
    bottom: 1vh;
    right: 30vw;
    height: 5vh;
    width: 8vw;
    background-color: snow;
    justify-content: center;
    align-items: center;
    border: 4px solid rgb(100, 0, 30);
    border-radius: 12px;
}