@font-face {
    font-family: Bender;
    src: url("font/bender.otf");
}

body {
    background-image: url("/img/background.png");
    background-size: auto; 
    /* background: #222222; */
    margin: 0;
    letter-spacing: 0.05rem;
}

div.splash {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    font-family: Bender;
    font-size: 1rem;
    color: #777;
    text-shadow: #000 1px 0 10px;
}

div.splash p {
    margin-left: 0.4rem;
}

div.splash p.gold {
    color: #CC0;
}

div.splash svg {
    filter: drop-shadow(0px 0px 10px #000);
}

div.content {
    display: flex;
    width: 100%;
    height: 1.5rem;
    justify-content: center;
    align-items: center;
    font-family: Bender;
    font-size: 1rem;
    color: #777;
    /* text-shadow: #000 1px 0 10px; */
}

div.reason {
    display: flex;
    width: 10rem;
    height: 3rem;
    margin-top: 1rem;
    background-color: rgb(195,0,0);
    color: black;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 0, 0 0 1.6rem red;
}
