* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
    width: 75%; 
    margin: 0 auto; 
    padding: 20px; 
}


.row {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%;
    padding: 10px; 
    text-align: center; 
    margin-bottom: 5rem;
}

.text {
    font-family: 'Roboto';
    text-align: justify;
}

.text .textContent {
    margin-bottom: 20px;
}

ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.listContent {
    margin-bottom: 5px;
}

.circle_list {
    list-style-type: circle;
}