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

body {
  background-color: #1f119e;
  color: #fafafa;
  font-family: Arial, sans-serif;
  padding: 40px 20px;
  text-align: center;
}

h1 {
  font-size: 28px;
  margin-bottom: 16px;
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}