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

body {
  font-family: 'Arial', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  padding: 40px;
}

h1 {
  font-size: 80px;
}

p {
  font-size: 18px;
  margin-bottom: 20px;
}

span{
  font-size: 12px;
}