* {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
}

header {
  background-image: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.99)),url(background.jpg);
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.embreve {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #465972;
  text-align: center;  
}

.embrevein {
  background-color: #26374d88;
  padding: 20px;
  border-radius: 60px;
  margin: 20px;
}

h1 {
  font-size: 30px;
  letter-spacing: 5px;
}

hr {
  width: 100%;
  margin: 30px auto;
  border: 1px solid #2a4568;
}

p {
  font-size: 22px;
  font-weight: 200;  
  font-style: oblique;
  margin-bottom: 10px;
}

#lancamento {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  background-color: #FFF;
  padding: 10px;
  margin: 20px;
  border-radius: 10px;
}

#lancamento a {
  text-decoration: none;  
  color:#2a4568
}

#lancamento a:hover {
  text-decoration: underline;  
}

.hidden {
  visibility: hidden;
}