h1 {
  padding: 3px;
  text-align: center;
  font-family: Bauhaus 93;
  color: #fff
}
h1:hover {
  font-family: Bauhaus 93;
  color:#b80000;
  opacity: 0.7;
}
header {
  color: white;
  padding: 3px;
  text-align: center;
}
  body {
    align-items: center;
    background-color: url(por\ do\ sol.jpg);
      display: flex;
      flex-direction: column;
      font-family: Arial;
     margin: 0;
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.68)),
                url(por\ do\ sol.jpg);
  background-size: cover;
  background-position: center;
   min-height: 100vh;
  }
footer {
  padding: 5px;
  background-color: #333333;
  font-size: 20px;
  width: 110%;
  position : fixed;
  bottom: 0;
  color: white;
  text-align: center;
}
footer p:hover {
  color:#b80000;
  opacity: 0.7;
}
nav a {
  font-size: 20px;
  color: white;
  padding: 4px 5px;
  border-radius: 0px;
  text-decoration: none;
  font-weight: bold;
}

nav a:nth-child(1.2.3) {
  color: #ffffff;
}
nav a:hover {
  color:#b80000;
  opacity: 0.7;
}
#text1 {
  font-size: 40px;
  text-align: center;
  position: absolute;
  left: 3%;
  right: 3%;
  top: 14%;
  font-family: Sacramento, negrito;
  color: rgb(100, 0, 0);
}
#text2 {
  font-size: 40px;
  text-align: center;
  position: absolute;
  left: 3%;
  right: 3%;
  top: 27%;
  font-family: Sacramento, negrito; 
  color: rgb(100, 0, 0);
}
#text3 {
  font-size: 40px;
  left: 3%;
  right: 3%;
  text-align: center;
  position:absolute;
  top: 67%;
  font-family: Sacramento, negrito ;
  color: rgb(100, 0, 0);
}