body {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform-style: preserve-3d !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 300 !important;
  background-color: #fd6b67 !important;
  margin: 8px !important;
  height: 98.4vh;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

#react-root {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #d0e1f3;
}
