body {
    margin: 0;
    background-color: rgb(251, 251, 251);
    font-family: 'Roboto';
    font-weight: 700;
}

a {
    text-decoration: none;
}

.sans {
    font-family: 'Roboto', sans-serif;
}