/* Start custom CSS for html, class: .leales-element-7d35336 */body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-container {
    display: flex;
    margin: 5px;
    flex-direction: column;
    align-items: center;
}

.answer-box {
    width: 100%;
    padding: 15px;
    margin: 5px;
    border-radius: 10px;
    background-color: #ffeaea;
    color: #F68C96;
    font-weight: bold;
    cursor: pointer;
}/* End custom CSS */