.main {
    display: flex;
    flex-direction: column;
}
.title {
    display: flex;
    font-family: serif;
    font-size: 30px;
    margin: 0 0 20px 0;
    justify-content: center;
}
.content_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px 40px 20px;
}
/* ----------------------------- */
.subtitle {
    font-size: 22px;
    display: flex;
    margin: 0 0 10px 0;
}
.instrucion {
    font-size: 16px;
}

