.clan__header::before {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../src/assets/images/java.png);
    background-size: contain;
    object-fit: contain;
}

.clan__name {
    background: linear-gradient(250deg, #8B0000, #004D98);
}

.student__portfolio {
    background: #8B0000;
}

.student__portfolio:hover {
    background: #004D98;
}

.student__card:hover .student__image {
    border: 3px solid transparent;
    border-color: #8B0000;
}

.student__card--tutor:hover .student__image {
    border: 5px solid transparent;
    border-color: #004D98;
}

.student__card {
    background: white;
}

.student__card--tutor {
    background: linear-gradient(0deg, #ffffff, #8B0000);
}