body{
     font-family: Franklin Gothic Heavy, sans-serif;
    font-size: 30px;
    margin: 10, 20, 10, 50;
    padding: 0px;
    background: linear-gradient(135deg,#e5d6a9 100%);
    color: rgb(0, 0, 0);
    h1 {
        text-shadow: .3px .3px 4.5px #222222;
    }.header-flex {
  display: flex;
  justify-content: flex-start;
  padding-left: 100px;          
  padding-top: 0px;            
}

.header-flex h1 {
  margin: 0;
  font-size: 75px;
}
.rectangle p {
  font-family: Arial, sans-serif; 
  font-size: 25px;              
  line-height:35px;
}
.header-flex {
  display: flex;
  justify-content: space-between; 
  align-items: start;
  padding: 50px 5px 5px 25px;
  background-color: transparent; 
}

.header-flex h1 {
  margin: 10;
  font-size: 60px;
}
.header-flex nav ul {
  list-style: none;
  display: flex;
  gap: 20px; 
  margin: 0 auto;
  padding: 0;
}

.header-flex nav ul li a {
  text-decoration: none;
  font-size: 30px;
  color: black; 
  font-weight: 600;
  transition: color 0.3s ease;
}

.header-flex nav ul li a:hover {
  color: #0009bb; 
  cursor: pointer;
}
.contact-container {
  max-width: 600px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.contact-container h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-container p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.contact-form label {
  font-weight: bold;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form button {
  padding: 12px;
  font-size: 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #0056b3;
}
body{
     font-family: Franklin Gothic Heavy, sans-serif;
    font-size: 30px;
    margin: 10, 20, 10, 50;
    padding: 0px;
    background: linear-gradient(135deg,#e5d6a9 100%);
    color: rgb(0, 0, 0);
    h1 {
        text-shadow: .3px .3px 4.5px #222222;
    }.header-flex {
  display: flex;
  justify-content: flex-start;
  padding-left: 100px;          
  padding-top: 0px;            
}

.header-flex h1 {
  margin: 0;
  font-size: 75px;
}
.rectangle p {
  font-family: Arial, sans-serif; 
  font-size: 25px;              
  line-height:35px;
}
.header-flex {
  display: flex;
  justify-content: space-between; 
  align-items: start;
  padding: 50px 5px 5px 25px;
  background-color: transparent; 
}

.header-flex h1 {
  margin: 10;
  font-size: 60px;
}
.header-flex nav ul {
  list-style: none;
  display: flex;
  gap: 20px; 
  margin: 0 auto;
  padding: 0;
}

.header-flex nav ul li a {
  text-decoration: none;
  font-size: 30px;
  color: black; 
  font-weight: 600;
  transition: color 0.3s ease;
}

.header-flex nav ul li a:hover {
  color: #0009bb; 
  cursor: pointer;
}
.contact-container {
  max-width: 600px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.contact-container h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-container p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.contact-form label {
  font-weight: bold;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form button {
  padding: 12px;
  font-size: 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #0056b3;
}
}
}