#canvas1 {
  position: absolute;
  background: black;
  width: 50%;
  height: 50%;
  top: 200;
  left: 300;
}

body {
  background: green;
  color: white;
  font-family: 'Courier New', Courier, monospace;
}

.nav-bar {
  background-color: rgb(15, 133, 46);
  text-align: center;
}

.m-header {
  display: flex;
  justify-content: center;
}

.main-content {
  display: flex;
  justify-content: center;
}

.headshot {
  border-radius: 50%;
  height: 300px;
  width: 300px;
  margin-left: 40%;
}

.main-quote {
  width: 450px;
  margin-left: 35%;
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(15, 133, 46);
}

.contact-form {
  width: 500px;
  padding: 10px;
  margin-left: 30%;
  background-color: rgb(15, 133, 46);
  border: 2px dashed white;
  border-radius: 10px;
}

.list-area {
  text-align: center;
  list-style-position: inside;
}

.list-unstyled {
  list-style-type: none;
}
