body{
  background-color: rgb(247, 237, 226);
}

h1 {
  text-align: center;
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 25px;
  margin-bottom: 15px;https://forms.gle/4qw4A2yu3Gb2yhD3A
  color: rgb(54, 31, 25);
}

h2 {
  text-align: center;
  font-size: 80px;
  font-family: "Georgia", serif;
  margin-top: 15px;
  margin-bottom: 15px;
  color: rgb(54, 31, 25);
}

h3 {
  font-size: 30px;
  font-family: "Georgia", serif;
  margin-top: 15px;
  margin-bottom: 15px;
  color: rgb(54, 31, 25);
}

b {
  font-size: 15px;
  font-family: "Georgia", serif;
  color: rgb(54, 31, 25);
}

.center {
  border-style: solid;
  border-color: rgb(54, 31, 25);
  border-width: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
