@font-face {
    font-family: "JollyLodger";
    src: url(JollyLodger-Regular.woff);
}

body {background-color: black}

h1 {
    text-align:center; 
    font-family: sans-serif;
    font-family: JollyLodger;
}

h2 {
    text-align: center; 
    font-family: sans-serif;
    font-family: JollyLodger;
}

.center {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.inline-flex-parent {
  display: flex;
  justify-content:center;
  align-items:center;
}
