*, *:before, *:after {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    vertical-align: middle;
    color: #424242;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    font-family: 'Roboto Mono', monospace;
}

.logo_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    padding: 50px 0;
    background-color: #039BE5;
}
.logo_box {
    width: 400px;
    max-width: 90%;
    margin: auto;
    z-index: 10;
}

.logo {
    font-family: 'Audiowide', cursive;
    font-size: 3.5em;
    text-shadow: 1px 1px 2px #616161;
    color: #039BE5;
}

.logo-background {
    position: absolute;
    top: 0;
    bottom: 40%;
    width: 100%;
    background-color: #EEEEEE;
}