html,
body {
  color: grey;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background: linear-gradient(#ffffff, #bbbbbb);
}

#box {
  border: 3px solid grey;
  border-radius: 16px;
  width: 75%;
  margin: auto;
  padding: 16px;
  background: white;
}

.MistLogo {
  font-weight: 700;
  font-style: italic;
}
