.main {
  font-family: helvetica, "times new roman";
  font-size:35px;
  font-weight: bolder;
  color: #172D49;
  transform: scale(0.5, 2);
  position: fixed;
  left:-70px;
  top:-13px;
}
.wiggle{
  transform: scale(1.5,1.2);
  position:fixed;
  left:435px;
  top:-8px;
}
a{
  color:#307D5B
}
.textbutton3{ 
  font-family: helvetica;
  font-size: 15px;
  font-weight: bolder;
  color: #172D49;
  background-color: #A2C3CA;
  border: 10px solid #A2C3CA;
  border-left-width:40px;
  border-right-width:40px;
  border-bottom-left-radius: 70px 40px;
  border-bottom-right-radius: 70px 40px;
  border-top-left-radius: 70px 40px;
  border-top-right-radius: 70px 40px;
  position: fixed;
  top:40px;
  left:168px;
}
body{
  background-image: url("images/aboutbg.jpg");
  background-size:1462px 724px;
  background-position: center center;
  position: fixed;
  background-repeat: repeat-y;
  background-color: #E4E5BB;
}
.photo{
  position: fixed;
  left: 150px;
  top: 150px;
}
.h2{
  font-family: helvetica;
  font-size: 30px;
  font-weight:bolder;
  position: fixed;
  left: 600px;
  top: 195px;
  color: #307D5B;
}
.about{
  font-family: helvetica;
  font-size: 16px;
  font-weight:bold;
  position: fixed;
  left: 600px;
  top: 235px;
  margin-right: 100px;
  color: #307D5B;
}












