body {
    padding: 0;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 150%;
    color: #333; 
    background-color:#ffe4b5; 
  }
.container{
    margin-top: 80px;
    background-color: #00ced1;
    color: white;
    margin-right: 150px;
    margin-left: 150px;
}
.contact-info{
    margin-top: 20px;
    margin-bottom: 30px;
}
.contact-form{
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-form button{
    background: white;
    color: grey;
    font-weight: 100;
    width: 25%;
}
.contact-form button:focus{
    box-shadow:none;
}
  .p2 {
      margin-top: 05px;
      margin-bottom: 05px;
      font-size: 15px;
      font-style: bolder;
  }
  .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #00ced1;
      color: white;
      text-align: center;
  }