body
{
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #0b0e0f;
  color: #dce0e3;
}

.text
{
  text-align: center;
  font-style: italic;
  font-size: 2.7vh;
}

.whole
{
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
