.text{
    text-align: center;
}

.text ul{
    list-style-type: none; 
}

h1{
    text-align: center;
}

h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #0077ff, #00c6ff);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.contact-form{
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}