body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url(assets/blueroses.webp);
}

#content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: white;
}

#enter {
    width: 32vh;
    height: 32vh;
}

#enterwindow {
    background-image: url(assets/spacebg.gif);
}

#entertitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80%;
}

#logo {
    width: 700px;
    transition: all 0.25s;
}


#logo:hover {
    filter: drop-shadow(-1px -1px 4px white);
    transition: all 0.25s;
}

.content-box {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.6em;
    overflow-y: auto;
}

.heading {
    text-align: center;
}

.foxemoji {
    width: 32px;
}

#images {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#images img {
    position: absolute;
    z-index: 0;
    image-rendering: pixelated;
}