body{
    margin: 0;
    padding: 0;
    background-color: #8A38F5;
    display: flex;
    justify-content: center;
    font-family: system-ui;
    color: white;
}

.cronograma{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #30036C;  
    width: 70%;
    padding: 50px;
    border-radius: 12px;
    margin: 50px 0;
}

.cronograma h2{
    font-size: 46px;
    display: flex;
    justify-content: center;
}

.lista{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.lista dt{
    font-size: 50px;
    list-style-type: circle;
    margin-bottom: 12px;
}

.lista dd{
    font-size: 40px;
    margin-bottom: 30px;
}

h3{
    font-size: 34px;
    display: flex;
    justify-content: center;
}