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

.container {
  background-color: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  max-width: 500px;
  width: 90%;
}

h1 {
  color: #ff952c;
  margin-bottom: 20px;
}

.contact h2 {
  margin-top: 30px;
  color: #0073aa;
}

.contact p {
  margin: 6px 0;
}

h6 {
margin-top: 50px;
}