@import url(https://fonts.googleapis.com/css?family=Amatic+SC);

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #fff;
    color: #333;
    text-align: center;
    font-family: "Amatic SC", sans-serif;
}

.main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
}

h1 {
    font-size: 300%;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 150px 0;
}

@media (max-height: 600px) {
    h1 {
        padding: 0;
    }
}