body {
  background-image: url("greentea.png");
  background-size: contain;
  font-family: "Trebuchet MS";
  align-items: center;
  padding: 150px;
  border: 50px;
}
@font-face {
  font-family: "CustomFont";
  src: url("CreamyMatcha.otf");
}
.header {
  font-family: "CustomFont";
  color: rgb(99, 124, 54);
  font-size: 50px;
  text-align: center;
  border: 0;
  margin: 0;
}
h2 {
  color: #272044;
  font-size: 25px;
  text-align: center;
  font-weight: normal;
}
h3 {
  color: #272044;
  text-align: center;
  font-size: 23px;
}
.centered-img {
  display: block;
  margin: 0 auto;
}
button {
  background: transparent;
  padding: 20px;
  border: 3px solid rgb(130, 214, 130);
  margin: 20px auto;
  display: block;
  border-radius: 30px;
  color: green;
  background-color: #f6f2fe;
  box-shadow: 2px 5px 5px rgb(215, 215, 215);
  transition: all 200ms ease-in-out;
}
button:hover {
  background: lightgreen;
  color: green;
  cursor: pointer;
}
li {
  margin: 0px 15px;
  font-size: 19px;
  text-align: center;
}
ul {
  list-style-type: none;
  padding: 200;
  text-align: center;
}
li:hover {
  font-weight: bold;
}

img {
  margin: 50px auto 0 auto;
}
.content-wrapper {
  background-color: #f2f2f2;
  align-items: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
p {
  font-size: 12px;
}
.right {
  float: right;
}
