*
{
    margin: 0px;
    padding: 0px;
    color: white;
    font-family: 'Schoolbell', serif;
}

body 	
{	
    background: #000;
    height: 100vh;
    width: 100vw;
}

.block
{
    display: block;
}

.fill
{
    width: 100%;
    height: 100%;    
}

.float
{
    display: inline;
    float: left;
    padding: 0px 10px
}

aside
{
    font-size: small;
}

#wrapper
{
    width: 100%;
    height: 100%;
    margin: 0px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#splash
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    z-index: 1000;
}

#splash p
{
    font-size: 3vw;
    color: white;
    position: absolute;
}

#splash img
{	
    width: 5%;
    margin-top: 5%;
    position: absolute;
}