.info-empty {
    text-align: center;
    background-color: maroon;
    color: lightgray;
    border-radius: 10px;
    padding: 10px 0;
}

.imageSlider {
    width: 395px;
    height: 526px;
}

#showAlertAuth {
    background: maroon;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
}

.replayAnswer:hover {
    cursor: pointer;
}

.hidden {
    display: none;
}
