/* general stuff */
body {
  background-color: #f7e5cb;
  color: black;
  }
    
h1 {
  font-family: Strawberry Muffins;
  color: #274457;
  }
    
h2{
  font-family: Strawberry Muffins;
  color: #4d748c;
  }
    
p{
  font-family: NewYearNewDay;
  }

/* links (hover & unvisited) */
a{
  font-family: NewYearNewDay;
  color: #617c94;
}

a:hover {
  color: #89b0d2;
}

/* centering divs */
.center {
  text-align: center;
  margin: auto;
  width: 50%;
  padding: 10px;
}

#header{
  align-items: center;
  border: 0px;
  }

.centertext {
  border: 0px;
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
}

/* images */
.centerimg {
  display: block;
  margin: auto;
}

#angelwelc {
  border-radius: 20%;
  display:block;
  position:relative;
  filter: drop-shadow(5px 10px 4px rgba(0,0,0,.2));
  margin: auto;
  width: 50%;
}

/* error page */
#errorimg {
  border-radius: 20px;
  filter: drop-shadow(0 0 5px #000000);
}

#show-fact-btn {
    background-color: #b5cfdd;

    border: 2px dashed #05486f;
}