body{
background: gray;



}
    h1{
text-align: center;
font-family:Arial, Helvetica, sans-serif ;
color:red;


    }
    
.image {
    transition: transform 0.3s ease; 
  }
  
  
  .image:hover {
    transform: scale(1.1); 
  }
  button{
    display: inline;
    color:#fefefe;
    text-decoration: none;
    background: #333;
    padding: 1vh 2vw 1vh 2vw;
    border-radius:10px;
    transition: all 0.3s;

  }button:hover{
    background:rgb(255, 0, 0);}
    .titulos{
font-family: Arial, Helvetica, sans-serif;
font-size: larger;
color: blue;
text-align: left;

    }
    footer{
      background-color: #333;
      color: #fff;
      text-align: center;
      padding: 10px 0;
      
      width: 100%;
      bottom: 0;
      
      }