body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.aboutme,
.contact,
main {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 30px;
}
.third-button,
.email {
  text-decoration: none;
  font-size: 25px;
  color: black;
  font-weight: bold;
  padding-bottom: 5px;
}
.textbox {
  display: flex;
}
.first-textbox,
.second-textbox {
  width: 500px;
  height: 500px;
  background-color: #D0ECE7 ;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
