.renewal{
    border: 1px solid white;
    text-align: center;
    border-radius: 7px;
    padding: 5px 10px;
    margin: 0 15px;
    margin-right: 40px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
}
.renewal:hover{
    border-color: #6e990d;
    color: #6e990d;
    text-decoration: none;
}
.header-auth{
    display: flex;
    justify-content: space-evenly;
}
.header-auth-buttons {
    display: flex;
    flex-direction: column;
    align-content: center;
}
@media screen and (max-width: 1498px) {
    .renewal{
        padding: 5px;
        margin: 0 15px;
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 1119px) {
    .header-auth-buttons {
        flex-direction: row;
    }
}
@media screen and (max-width: 502px) {
    .header-auth-buttons {
        flex-direction: column;
        margin: 5px 0;
    }
    .renewal{
        margin: 0 0 0 15px;
    }
}
