
@font-face {
  font-family: 'funsized';
  src: url('fonts/FunSized.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'luna';
  src: url('fonts/Luna.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'meatloaf';
  src: url('fonts/Meatloaf.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'blowbrush';
  src: url('fonts/blowbrush.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'neon';
  src: url('fonts/Neon.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'wrestle';
  src: url('fonts/WRESTLEMANIA.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fowler';
  src: url('fonts/Fowler.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'jiggler';
  src: url('fonts/budmo jiggler.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'moon-flower';
  src: url('fonts/Moon Flower.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'third-rail';
  src: url('fonts/Third Rail - Demo.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}



html {
  height: 100%;
  width: 100%
}

body {
  width: inherit;
  height: inherit;
  margin: 0;
}

.upper-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 80px;
  padding-top: 15px;
}

.content-wrapper {
  width: inherit;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #085F63;
}

.main {
  font-family: 'meatloaf';
  font-size: 200px;
  color: #F1F4F6;
}
