.box {
  border: 5px solid green;
  padding: 10px;
  margin: 10px;
}

.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 1000;
  font-size: 300%;
  font-style: normal;
}

.bluegradient {
  height: 100%;
  background-color: lightblue;
  background-image: linear-gradient(to bottom right, CornflowerBlue, AliceBlue);
}