* {
  box-sizing: border-box;
  margin: 0;
}

body {
  background-color: #cc99ff;
  color: #5900b3;
  height: 100vh;
}

.content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

footer {
  margin-top: auto;
  padding: 5px 0px;
  text-align: center;
  color: white;
  font-family: sans-serif;
}
