body {
  font-family: Arial, sans-serif;
 display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Arial, sans-serif;
  background-color: #1E2737;
  background-size: cover;
  background-position: center;
}

.content {
  text-align: center;
}

.content img {
  width: 200px; 
  height: auto;
  margin-bottom: 20px;
}

h1 {
  color: #333;
  font-size: 36px;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}