
body {
text-align: center;
    background:#f1bee5;
}
h1 {
      font-size:25px;
      font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}
 h3 {
      font-size:25px;
      font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
 }
 h2 {
      font-size:25px;
      font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
 }
button {
    background: #f1bee5;
    border: 2px solid rgb(236, 101, 214);
    box-shadow:2px 2px;
    margin:5px;
}
div {
    display:inline-block;
    margin:0 20px 0 20px;
}
p {
    border: 1px solid rgb(236, 101, 214);
    padding:5px;
    margin: 0 50px 0 px;
}
