body {
  font-family: "Dosis", sans-serif;
}

.center-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 128px;
  flex-direction: column;
}

.pralinky-container {
  background-color: #f50057;
  color: white;
  border-radius: 8px;
  padding: 16px;
  margin-top: 64px;
  text-align: center;
}

a .pralinky-container:hover {
  background-color: #ff4586;
}

.pralinky-container p {
  font-size: 20px;
  height: 32px;
}

a {
  text-decoration: none;
}
