
body {
  background-color: rgb(253, 253, 253);
  color: rgb(0, 170, 0);
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin:0;
}
p {
  font-size: 15px;
  margin:0;
  color: black;
}
h1{
  font-size:60px;
  margin-bottom: 15px;
  margin-top: 0px;
  color: rgb(0, 170, 0);
}
h2{
  margin:10px;
  margin-top:0;
}
h3{
  margin:10px;
}

#left{
  position: fixed;
  margin-top: 0%;
}
#main{
  margin-left: 20%;
  margin-right: 20%;
}
#right{
  margin-left: 80%;
  position: absolute;
}
#right img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#header{
  background-color: rgb(220, 220, 220);
}

.button {
  font-family: 'Trebuchet MS', 'Trebuchet MS', 'Trebuchet MS', 'Trebuchet MS', 'Trebuchet MS';
  background-color: rgb(195, 251, 195);
  color: rgb(0, 0, 0);
  border-radius: 5px;
  border-color: rgb(36, 187, 36);
  transition: ease 0.2s;
  margin-bottom:15px;
}
.button:hover{
  transform: scale(1.2);
}