body {
    background-color: white;
    font-family: 'Lato', sans-serif;
}

li {
    list-style: none;
}

.wrapper {
    width: 80%;
    max-width: 1200px;
    margin:0 auto;
}

.title {
    width: 100%;
    text-align: center;

    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
}

.title h1 {
    font-weight: 900;
    font-size: 36px;
    margin-top: 0px;
    color: #504e4d;
}

.title p {
    font-size: 18px;
    color: rgba(102,102,102,0.6);
}

.title img {
    height: 60px;
}

a img {
    outline: none;
    border: none;
}

a {
    color: #8b342c;
    text-decoration: none;
}
