@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Zen+Dots&display=swap');

html {
    font-size: 60%;
}

body {
    color: #000;
    background: #fff;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
}

section,
header,
footer {
    max-width: 50em;
    margin: auto;
    overflow-x: hidden;
}


/* Header / logo */

h1 {
    font-size: 5rem;
    font-family: 'Zen Dots', cursive;
    text-align: center;
    line-height: 1;
}
.logo-part {
    margin: auto;
}
#logo-slogan {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    margin: auto;
}

@media only screen and (min-width: 600px) {
    html {
        font-size: 100%;
    }
}