body {
  margin: 0;
  padding: 0;
}
body {
  background: #202A44;
}
.sudoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  align-content: space-around;
  min-height: 100vh;
}
.title {
  text-align: center;
  line-height: 1.5em;
  padding-top: 1em;
  color: #B0DBF1;
  text-shadow: 1px 1px 2px #663a00;
  font-family: "Montserrat", sans-serif;
  font-size: calc(4vmax - 0.5em);
  margin-bottom: calc(1em + .75vmin);
}
.number {
  color: #d9ff66;
  font-size: calc(35vmin - 0.5em);
  min-height: 30vh;
}
.topWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  align-content: space-around;
  min-height: 25vh;
}

.article {
  color:white;
  padding: 0 25% 3%;
}