body {
    font-family: 'Inter', sans-serif;
    background-color: #202020 !important;
}


.hall_of_fame {
    padding-top: 100px;
}

.hall_of_fame img {
    width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #b78b81;
    /* color: #b78b81; */
}
.hall_of_fame img:hover {
    width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid silver;
    /* color: #b78b81; */
}