body {
    font-family: 'Quicksand', sans-serif;
    background-color: #f5f5f5;
}
.content {
    padding: 2rem 2rem;
    max-width: 1024px;
    margin: auto;
    border-left: solid 1px #c5c5c5;
    border-right: solid 1px #c5c5c5;
    min-height: 91vh;
    background-color: white;
}

h1{
    font-weight: 700;
}
.titleo {
    color: #1B5C7E;
}

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