body{
    background-size: cover;
    background-image: url(_img/fundo.jpeg);
    background-color: rgb(225, 216, 216)
}
h1{
    font-family: 'Times New Roman', Times, serif;
    background-color: rgb(124, 24, 24);
    color: white;
}

    