* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

.title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.title h1 {
    font-size: 7rem;
    font-weight: 800;
    color: #555;
}

.title h2 {
    font-size: 4rem;
    font-weight: 300;
    color: #777;
}

img {
    display: block;
    margin: auto;
    height: 20%;
}
