body {
  height: 100vh;
  margin: 0;
  background-color: #2d2833;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "Poppins", sans-serif;
}

noscript {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-script-warning {
  height: 50%;
  width: 50%;
  margin: 0 50px;
  border-radius: 25px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  padding: 40px;
}

.no-script-warning h1 {
  color: var(--secondary-color);
  font-size: 35px;
}

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

.wrapper p {
  margin-left: 30px;
  color: var(--secondary-color);
  font-size: 35px;
}

.wrapper span {
  font-weight: bold;
  font-size: 180px;
  color: var(--accent-color);
}
