.Sort {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.sort-button {
    display: inline-block;
    background-color: inherit;
    color: black;
    border: none;
    padding: 15px 32px;
    text-align: center;
    font-size: 20px;
    outline: none;
    font-weight: bold;
    cursor: pointer;
}

.sort-active,
.sort-button:hover {
    color: #9E2B25;
}