body {
  margin: 20px;
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #26004b;
  min-height: 100vh;
}

h1 {
  font-family: Arial;
  text-align: center;
  color: #da20d5;
}

p {
  font-family: Arial;
  text-align: center;
  color: #da20d5;
}

.pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}