body{
background: gray;
text-align: center;

}
#vazadas{
font-family: Arial, Helvetica, sans-serif;
color:white ;

}
.videogames{

transition: transform 0.3s ease; 
}
.videogames:hover{
    transform: scale(1.1); 
}


.caracteristicasps5{
    text-align: left;
    color: rgb(0, 255, 115);


}
.caracteristicas{
text-align: left;
color: blue;
}
#especificações{
text-align: left;

}
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);}
    #videogame2{
color: white;


    }
    footer{
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        
        width: 100vw;
        bottom: 0;
        
        }