h1{
     text-align: center;
     font-size: xx-large;
     color: gold;
     

}
form{
    text-align: center;
    font-size: x-large;

}
body{
    background-image: url(https://as01.epimg.net/epik/imagenes/2020/05/06/portada/1588761236_799202_1588761314_noticia_normal_recorte1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
p {
    text-align: center;
    color: gold;
    font-size: xx-large;
    background-color:black ;
    height: 50px;
    
}