html {
  height: 100%;
}
body {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100vw;
  height: 100vw;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  background-color: #222831;
  margin: 0px;
}

h1 {
  font-size: 100px;
  color: #dddddd;
  text-shadow: 4px 4px 5px rgb(24, 36, 48);
}
#root {
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Color Pallete:
    #222831
    #30475E
    #F05454
    #DDDDDD
*/
