body{
    background-color: #caf2d7;
  }

hr {
  border-style: none;
  border-top-style: dotted;
  border-width: 5px;
  border-color: grey;
  width: 30%;

}

h1{
    color: #60a9a6;
}

input{
    background-color: #f5fec0;
}
textarea{
    background-color: #f5fec0;
}