body {
    margin: 50px 20px 0;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #2d2d2d;
    text-align: center;
}

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

a:hover {
    color: #2d2d2d;
}