* {
  margin: 0;
  /* padding: 0; */
  /* box-sizing: border-box; */
  scroll-behavior: smooth;
}



#webform {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding-left: 125px;
  padding-right: 135px;
  /* margin: 45px; */ 
  color: rgb(255, 255, 255);   

  /* padding: 15px; */
 
}




#webform input {
  border-radius: 20px;
  padding: 10px;
  background-color: rgb(50, 46, 46); 
  transition: background-color 0.3s; 
  color: white;
}

#webform input:focus {
  border-color: rgb(130, 130, 159);
  box-shadow: 0 0 5px rgba(45, 45, 54, 0.5);
  background-color: rgb(93, 102, 105); /* Change the background color when input is focused */
}

#webform input:not(:focus) {
  background-color: rgb(50, 46, 46); 
}


#webform label {
  display: block;
  padding-left: 90px ;
  font-size: 22px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  
} 


.grid{
  display: grid;
  grid-template-columns: 1fr 1fr
}


header {
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(/functional_docs/img/backround_site.png);
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: white;
  text-align: center;
  padding-top: 90px;
}

#boiton{
  padding-top: 180px;
}

h1{
 font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
 text-align: center;
 padding-top: 15px;
 font-size: 55px;
 padding: 20px;
}

a{
  border: 1px solid #fff;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 20px;
    display: inline-block;
    justify-content: center;
    color: #fff;

}

#form{
  /* background-color: rgb(7, 53, 53); */
  color: white;

}

p{
  color: black;
}



#about{

  /* background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(/functional_docs/img/backround_2.png); */
  /* height: 100vh; */
  /* background-size: cover; */
  /* background-position: center center; */
  padding: 25px;
 
  padding-left: 15px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 30px;
  color: white;
  /* background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)) */
  
  
}

li{
  padding: 15px;
}

#view{
  /* background-color: rgb(7, 53, 53); */

  font-size: 20px;

  
}

#jazz{
  border-width: 5px;
  padding: 50px;
  border-style: dashed;
  border-color: #deedef;
  /* border-radius: 25px; */
   background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(/functional_docs/img/backround_2.png); 
  height: 100%;
  margin: 0;

}
  



#submitWebForm{
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 20px;
    display: inline-block;
    justify-content: center;
    background-color: rgb(7, 53, 53);
  color: white;
  border-color: white;

}
