body {
    text-align: center;
    background-color: black;
    color: #ffffff;
}

header img {
    width: 30%;
    height: auto;
}

h1 {
    font-family: Rockwell, Georgia, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: #FF5252;
    padding: 0 .5em;
    max-width: 60%;
    position: relative;
    box-sizing: border-box;
    margin-top: 4vh;
    letter-spacing: .1em;
}

@media all and (min-width:600px) {
    h1 {
        font-size: 5vh;
    }
}

footer {
    color: #cf3030;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    left: 0;
    text-align: center;
    font-size: 12px;
}