*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    box-sizing: border-box;
    font-size: 16px;
    background-color: RGB(146, 168, 209);
}

.title {
    text-align: center;
}

#quiz-box {
    text-align: center;
    background-color: RGB(223, 207, 190);
    padding: 10px;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

#answer {
    font-size: 16px;
}

#description {
    font-size: 12px;
}