body {
  width: 100vw;
  height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #f7dcd2;
  font-family: 'Calibri Light', 'Sans-serif';
  font-weight: 400;
  letter-spacing: 0px;

  overflow: hidden;
}

div {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 5px 10px 5px 10px;
  margin: 0px;
  font-weight: normal;
}

div > h1 {
  font-size: 15pt;
}

div > h2 {
  font-size: 10pt;
}
