body {
  background-color: rgb(240, 240, 240);
  color: black;
  font-family: Noto Sans, sans-serif;
  display: flex;
  flex-direction: column;
}

p {
  color: black;
  text-align: center;
}

.center {
  background-color: rgb(240, 240, 240);
  color: black;
  font-family: Noto Sans, sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button {
  background-color: #df37a4;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

a:link {
    color: #343deb;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #343deb;
    background-color: transparent;
    text-decoration: none;
}