body{
    font-family: "Open Sans", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    max-width: 320px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    body{
        max-width: 640px;
    }
}
.bold{
    font-weight: 500;
}

li{
    line-height: normal;
}

a{
    font-weight: 400;
    color: black;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.right{
    float: right;
}