* {
    margin: 0;
    padding: 0;
}

.html {
    font-size: 16px;
}

body {
    background: #222222;
    color: #EEEEEE;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
}

a{
    text-decoration: none;
    color: #EEEEEE;
}

h2{
    font-size: 1.7rem;
    font-weight: 300;
    margin: 3rem 0;
}

h2::first-letter {
    text-transform: uppercase;
}

h4 {
    font-size: 1rem;
    font-weight: 300;
}

.container {
    padding: 0 10rem;
}

p{
    font-size: 1.1rem;
    font-weight: 100;
}

a {
    font-size: 1rem;
    font-weight: 300;
}

@media only screen and (max-width: 670px){
    .container{
        padding: 0 1.5rem;
    }
}