 @font-face { font-family: 'Comic Sans Ms'; src: url('assets/Comic\ Sans\ MS\ 400.ttf'); }

html {
  background: floralwhite;
  font-family:'Comic Sans MS';
  background-image: url("assets/paper.jpg") !important;
}

body {
  margin: 0;
}

h1 {
  text-align: center;
  font-size: 50px;
  text-decoration: underline;
}

p {
  text-align: left;
}

#about-us {
  background-color: rgb(248, 217, 176);
  width: 50%;
  margin: auto;
  border: 3px solid rgb(102, 118, 102);
  border-style: dashed;
  padding: 10px;
}

h2 {
  text-align: left;
  font-size: 30px;
  text-decoration: underline;
}

#who-are-we {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}


.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}

#download-container {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto 0; /* Center the DIV horizontally */
 }

#download-button-row {
  display: flex;
  flex: auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.btn {
  font-size: 2vw;
}


#download-section {
  margin-top: 50px !important;
  background-color: rgb(248, 217, 176);
  width: 50%;
  margin: auto;
  border: 3px solid rgb(102, 118, 102);
  border-style: dashed;
  padding: 10px;
  margin-bottom: 6em;
}

#boring-download-text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#footer {
  height: 5em;
  bottom: 0px;
  width: 100%;
  position: fixed;
  background: #988f54;
  color: white;
  font-size: 15px;
  text-align: center;
}