﻿.exam-button {
    background-color: #13183e;
    transition: background-color 0.3s ease; /* geçiş süresi ve tipi */
}

    .exam-button:hover {
        background-color: #d2935b;
    }