body {
    color: #fefefe;
}

section.main {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

section.main div#ask {
    width: 90%;
    margin-bottom: 25px;
}

section.main p#question {
    font-weight: bold;
    font-size: 16px;
}

section.main p#reponse {
    margin-left: 50px;
}

section.another button {
    width: 220px;
    height: 55px;
    font-size: 16px;
}