body {
  background-color: #3a805e;
  font-family: monospace;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
div {
  background-color: #224B37;
  width: 50%;
  border-radius: 25px;
  padding: 25px;
}
p {
  color: #45966e;
  font-size: 20px;
  margin-left: 75px;
  margin-right: 75px;
}
h1 {
  color: #0a1610;
  font-size: 35px;
}
h2 {
  color: #3a805e;
  font-size: 25px;
}
a:link {
  color: #0a1610;
  text-decoration: none;
}
a:visited {
  color: #0a1610;
  text-decoration: none;
}
.button {
  background-color: #45966E;
  border-color: #45966E;
  border-radius: 15px;
  font-family: monospace;
  font-size: 25px;
  font-weight: bold;
  color:  #0a1610;
}
.button1 {
  background-color: #45966E;
  border-color: #45966E;
  border-radius: 15px;
  font-family: monospace;
  font-size: 25px;
  font-weight: bold;
  color:  #0a1610;
  padding: 15px 15px;
}
.pfp {
   border-radius: 75px;
}