html, body, p {
    margin: 0;
}

main {
    margin: 0;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    text-align: center;
    color:white;
    height: 100%;
    display: flex;
    flex-direction: column;
}

main svg {
    width: 300px;
    margin: auto;
    margin-bottom: 0;
}

main svg path {
    opacity: 0;
}

main h1 {
    font-size: 3rem;
    line-height: 3rem;
    font-family: 'Dancing Script' !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.05rem;
    margin: 1rem 0 2rem 0;
    padding: 0 3rem;
}

main #icon {
    font-size: 4rem;
}

nav {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.set-language {
    color:white;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
}

.call-to-action {
    margin-bottom: auto;
}

a {
    color:white
}

@media only screen and (min-width: 728px) {
    main h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    main svg {
        width: 400px;
    }

}

