body {
    font-family: "Times New Roman", Times, serif;
    margin:0;
    color: rgb(255, 255, 255);
      background:  url(wallpaper.webp) no-repeat center fixed; 

    background-size: cover;
}
.menu {
    background-color: #5f0000;
}
.menu a {
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    display: inline-block;
} 
.menu a:hover {
    background-color: #8b0000;
    color: black;
}
h1 {
    color: rgb(255, 255, 255); 
    text-align: center; 
    font-family: verdana;
}
.telatransparente { 
width:100%; height: 100%; z-index: 10000; position:fixed; background-color: rgba(0,0,0,0.65)}