nav {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
}

.logo img {
  height: 60px;
  margin-right: 25px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
}

.nav-links a {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}

body {
  background-color: #265060;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

header h1 {
  font-size: 51.2px;
  position: relative;
  text-align: center;
}

.contact-container {
  width: 50%;
  margin: 0 auto;
}

form {
  display: grid;
  gap: 10px;
  border: 25px;
}

.st {
  background-color: white;
  border-radius: 5px;
  align-content: center;
  color: black;
  font-size: 19.2px;
  font-family: Arial, Helvetica, sans-serif;
}

form ::placeholder {
  color: black;
  font-size: 19.2px;
  font-weight: 600;
  text-align: center;
}

form label {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}

form input {
  padding: 10px;
  border-radius: 5px;
  padding: 20px 20px;
  font-size: 19.2px;
  font-weight: 600;
  align-content: center;
}

form button {
  background-color: #265060;
  border-radius: 5px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 19.2px;
  font-weight: 600;
}

.contact-info {
  text-align: center;
  font-size: 19.2px;
  color: #ffffff;
}

.contact-info p a {
  color: #1abc9c;
}
