body {
  background-image: url("bgimg5.jpg");
  background-position: 0 1000px;
}

nav {
  display: flex;
  justify-content: start;
  align-items: start;
  height: 100px;
  width: 400px;
 
}
nav h2 {
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 4%;
}

.main {
  text-shadow: 0 0 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 300px;
  margin-left: 5%;
}

.footer {
  height: 50px;
  width: 300px;
  margin-left: 10%;
}

.btn {
  border: 3px solid black;
  padding: 10px;
  border-radius: 25px;
  color: black;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 30px;
  background-color: whitesmoke;
  font-size: 20px;
  font-weight:900;
  box-shadow: 0 0 10px;
}



/*# sourceMappingURL=aboutstyles.css.map */