* { margin: 0; padding: 0; }

html, body {
    font-size: 10px;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #ECECEC;

}

main {
    padding: 60px;
    min-height: 500px;
}

h1 {
    padding-bottom: 7vw;
    border-bottom: 4px solid #CC1A26;
    margin-bottom: 3vw;
}

@media screen and (min-width: 600px) {
    h1 {
        padding-bottom: 7rem;
        margin-bottom: 3rem;
    }
}

h1 img {
    width: 90%;
    max-width: 50rem;
}

p {
    font-weight: 400;
    font-size: 5vw;
    color: #CC1A26;
    margin-top: .8em;
    line-height: 1.6em;
}

@media screen and (min-width: 600px) {
    p {
        font-size: 3rem;
    }
}

a {
    color: #CC1A26;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

a:hover {
    border-bottom: 2px solid #CC1A26;
}



