.noticia{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.noticia h1{
    font-size: 40px;
    font-weight: 300;
}

.noticia p{
    width: 80vw;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
} 