body {
  width: 80vw;
  margin: auto;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
}

.logo{
  margin: 20px 0;
}

h2{
  font-size: 38px;
  font-weight: 300;
  color: rgb(123, 112, 95);
  border: 1px solid gray;
  font-family: Baskerville;
}
