/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  /* background-color: rgb(241, 185, 72); */

}

h1 {
  text-align:center;
}

p { 
  font-size: 18px 
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.center_75 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

/* .bg-body-tertiary {
  color: rgb(246, 15, 15);
  background-color: rgb(241, 185, 72); 
} */

/* .btn-outline-secondary {
  color: rgb(246, 15, 15);
  background-color: rgb(241, 185, 72); 
} */