html {
  scroll-behavior: smooth;
}
body{
    background-color: rgb(241, 238, 231);
}
.custom-navbar .nav-link {
  font-size: 22px;
}
.container-fluid{
    background-color: rgb(241, 238, 231);
}

#offer-section {
    background-color: #2b2c46;
}
#offer-section h2{
    text-align: center;
    color: #f9f9f9;
}

.container {
    max-width: 1800px; 
    margin: 0 auto;
    padding: 0 15px;
}

.my-form{
    justify-content: center;
    align-self: center;
    display: flex;
}


.form{
    text-align: center;
    width: 75%;
}
form label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

form input,
form textarea, 
iframe{
  border-color: #2b2c46;
  background-color: rgb(241, 238, 231);
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 15px;
}

form button {
  color: #f9f9f9;
  background-color: #2b2c46;
  border-color: #2b2c46;
  border-radius: 0.5rem;
  padding: 10px 30px;
  font-size: 1.1rem;
  font-weight: 600;
}

#contact{
    
    background-color:  #f9f9f9;
}

.about-text {
    display: block;
    text-align: center;
    font-size: 20px;
}

