/* Background */
body {
  background-image: url("images/background.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center;
  background-color: #001F3D;
  margin-top: 0px;
  /* Font Edits */
  font-family: sans-serif;
  color: black;
}

/* Main Text */
.main {
  position: relative;
  top: 80px;
  margin: auto;
  margin-bottom: -10px;
  background-color: white;
  border: 2px solid #001F3D;
  border-radius: 25px;
  width: 450px;
  height: auto;
}




/*   position: relative;
  top: 80px;
  margin: auto;
  margin-bottom: -10px;
  background-color: white;
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-color: #001F3D;
  border-radius: 25px;
  color: black;
  width: 450px;
  height: auto; */