body{
background: gray;
text-align: center;

}
.paragrafo{
text-align: left;
font-size: x-large;
}
.jogos{
color: brown;
text-align: left;
}
.imgr{
    transition: transform 0.3s ease; 
  }
  
  
  .imgr:hover {
    transform: scale(1.1); 
  }
  #Doom{
color: chartreuse;
text-align: left;

  }
  #Stardew{
    color: bisque;
    text-align: left;
  }
  footer{
    background-color: #333;
    color: black;
    text-align: center;
    padding: 10px 0;
    
    width: 100%;
    bottom: 0;
    
    }
    #exemplos{
      color:black;
    }
    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(13, 0, 255);}
    menu{
        text-align: left;
    }