* {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
}

h1 {
    background-color: black;
    color: white;
    line-height: 100%;
    font-size: 8em;
    overflow-wrap: break-word;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    line-height: 104%;
    font-size: 6em;
}

a {
    color: black;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 3.5em;
    }
    li {
        font-size: 2.5em;
    }
}
    