/* Role Selection Modal */
.role-selection-buttons {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.role-selection-buttons button {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
}

.role-selection-buttons img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
