html {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1rem;
}

body {
    background-color: #1d1b1bf5;
    color: #4d91e9;
}

.typewriter {
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    letter-spacing: 0.15em;
    animation: typing 5s steps(30, end) forwards;
}

@keyframes typing {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

#welcome {
    display: none;
}

#welcome p {
    line-height: 5px;
}

#menu-message {
    display: none;
    max-width: 420px;
    float: left;
}

#menu {
    display: none;
}

#menu p {
    line-height: 5px;
}

#menu-choice, #menu-choice:focus {
    background-color: transparent;
    color: inherit;
    border: 0px;
    outline: none;
    font-family: inherit;
    font-size: inherit;
}

embed {
    width: 100%;
    height: 97vh;
    border: 0;
    display: none;
}

#referral {
    position: fixed;
    bottom: 50px;
}

#referral a {
    color: #dac3c3;
    text-decoration: none;
}

#referral a:hover {
    color: #dac3c3;
}

#referral a:active {
    color: #dac3c3;
}

#cookie-policy {
    width: 100%;
    text-align: center;
    border-top: 1px dashed #4d91e9;
    position: fixed;
    bottom: 5px;
}