
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

#logo {
  width: 30%;
  min-width: 350px;
  object-fit: contain;
  display: block;
  margin: auto;
} 


.central-text{
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 4rem;
}

h3{
  font-size: 1.75rem;
}

#tease1{
  color: rgba(0,0,0,0.2);
}
#tease2{
  color: rgba(0,0,0,0.4);
}
#tease3{
  color: rgba(0,0,0,0.6);
}
#tease4{
  color: rgba(0,0,0,0.8);
}
h2{
  color: #475e88;
  font-size: 2rem;
}

p{
  font-size: 1.5rem;
}

button {
  background-color: #eb853a;
  color: white;
  font-size: 1.75rem;
  border-radius: 12px;
  border: 0px solid black;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
}
