body {
  background-color: #1b304d;
  color: #8ad3e6;
}
.irish-grover-regular {
  font-family: "Irish Grover", system-ui;
  font-weight: 400;
  font-style: normal;
}
div {
  width:200px;
  height:150px;
  padding:10px;
  border:5px #f2621f;
  margin: 0;
}
h1 {
  font-size:60px;
  text-align:center;
}
h2 {
  font-size:45px;
  text-align:center;
}
h3 {
  font-size:30px;
  text-align:center;
  color:#ffcb52;
}
p {
  font-size:25px;
  text-align:center;
}