html, body {
  font-family: Open Sans, Segoe UI, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F8BFFF;
}

.welcome {
  margin: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 10px;
  background-color: #9F84BD;
  border-top: solid #9F84BD 5px;
}
