* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: monospace;
}

:root {
  background: #1c031d;
  color: white;
}

html, body {
  min-height: 100dvh;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header,
h1,
li,
small,
footer {
  text-align: center;
  padding: 0 16px;
}

small {
  color: rgb(255, 126, 180);
  font-size: 1rem;
  position: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

h1 {
  font-size: 1.5rem;
  color: pink;
  margin-bottom: 1.3rem;
}

ul {
  list-style: none;
  color: white;
  font-size: 1.2rem;
  position: center;
  margin-top: 0.5rem;
  margin-bottom: rem;
}

header {
  width: 100%;
  color: pink;
  font-size: 3rem;
  font-weight: 600;
  margin: 1.5rem 0;
}

footer {
  position: center;
  color: rgb(245, 199, 233);
  bottom: 20px;
  font-size: 1rem;
  margin-top: auto;
  margin-bottom: 1rem;
  opacity: 0.8;
}
