
body {
    background-color: #EDE2E1;
}

.noticia {
    display:block;
    width: 900px; 
    margin:0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 20px;

    img{
        width: 900px;
        border-radius: 20px;
        height: auto;
    }
}