@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}


body {
  font-family: 'Indie Flower', cursive;
  background-image: url('/images/under_construction_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: rgb(34, 34, 34);
}

.mainContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 3rem;
  padding: 5vmin;
}

p {
  color: white;
  text-shadow: 5px 5px 5px #ff0000, -5px -5px 5px #0000ff, -5px 5px 5px #00ff00,5px -5px 5px #ffff00;
  text-align: center;
}
