
.question-hint-alarm {
    display: none;
    font-size: 15px;
    color: #ff0000;
    font-weight: 500;
    padding-top: 5px;
}

.mentor-button-wrapper {
    display: flex;
    padding: 10px;
    justify-content: center;
}

.mentor-button-wrapper a,
.mentor-button-wrapper a:active,
.mentor-button-wrapper a:hover {
    background: #ff0000;
}