body {
  font-family: sans-serif;
  margin:auto;
  //justify-content: center;
  align-items: center;
  max-width: 400px;
}

.navbar {
  background-color: #f6e9ff;
  border-radius: 2px;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
}

a {
  color: #b10059;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

h1 {
  text-align: center;
  font-style: italic;
}

p {
  text-align: center;
}