body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

header {
  background-color: #333;
  color: white;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  
}

.ensist-image {
  background-image: url('fundo.png');
  height: 80vh; /* Altura da imagem */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ensist-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}

a:link {
  text-decoration: none;
  color: black;
}


#contact {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}



footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
