@font-face {
    font-family: 'arcane_nine';
    src: url("fonts/arcane_nine.otf") format("opentype");
}

body
{
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 1.1em;
    font-family: 'arcane_nine', sans-serif;
    color: white;
}

.splash_rb
{
    position: fixed;
    top: 100%;
    left: 100%;
    max-width: 70vw;
    max-height: 70vh;
    transform: translate(-100%, -100%);
}

.splash_c
{
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-title
{
    font-size: 25vmin;
    position: fixed;
    bottom: 2%;
    left: 2%;
    color: #fff;
}