*{
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100vh;
    max-width: 1095px;
}

img{
    max-width: 100%;
}

h1{
    font-family: monospace;
}

body{
    color: white;
    margin: 15% 12%;
    font-family: monospace;
    min-width: 490px;
}

table{
    padding: 10px 0;
    min-width: 490px;
}

a{
    color: white;
}

.fixed{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    min-width: 640px;
}

.background{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -99;
    min-width: 640px;
}

.pics{
    max-width: 400px;
}

/* .menu{
    font-size: large;
    font-weight: bold;
} */

.special{
    font-style: italic;
}

.ready-player-one{
    text-align: center;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-content: space-between;
}

.navigation{
    font-size: 12px;
    font-style: italic;
    margin: 0 25px;
    background-color: rgb(0, 0, 0);
}

.blue{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -99;
}