* {margin: 0; padding: 0;}

@font-face {
  font-family: Kongtext;
  src: url(../fonts/kongtext.ttf);
}

a {
  text-decoration: none;
}

#animated-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-color: #FFF3D4;
}

.welcome-box {
  min-height: 100%;
  min-height: 100vh;
  font-family: Kongtext; 
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.welcome-box-content {
  border-style: solid;
  border-width: 4px;
  border-color: #290F03;
  background-color: #290F03;
  margin: 15px;
  max-width: 650px;
}

.welcome-title {
  color: #FFF3D4;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px;
  text-align: center;
  font-size: 32px;
}

#welcome-paragraph {
  background-color: #FFF3D4;
  color: #290f03;
  font-size: 16px;
  padding: 8px;
  text-align: center
}

#welcome-button-container {
  display: flex;
  flex-wrap: wrap;
  background: #FFF3D4;
}

.welcome-button {
  background-color: #FFF3D4; 
  color: #290F03;
  font-size: 16px;
  margin: 8px;
  padding: 16px;
  flex-grow: 1;
  border: solid 2px #290F03;
  text-align: center;
}

#blog {
  width: 100%;
  margin-bottom: 0px;
}

#gallery {
  width: 100%;
  margin-bottom: 0px;
}

.under-construction {
  text-decoration: line-through;
} 
