@font-face {
  font-family: 'Dancing Script';
  src: url('fonts/DancingScript-Regular.woff2') format('woff2'),
  url('fonts/DancingScript-Regular.woff') format('woff'),
  url('fonts/DancingScript-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.title {
  font-family: 'Dancing Script';
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
.big {
  font-size: 42pt;
  letter-spacing: 6pt;
}
.sub {
  font-size: 18pt;
  font-style: italic;
}
.high {
  margin-bottom: 10px;
}
.rounded {
  border-radius: 10px;
}
