@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    background-color: antiquewhite;
    padding-bottom: 70px;
}



a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.7rem;
}



.text {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  
}



.header{
    background-color: cadetblue;
     height: 10vh;
    display: flex;
    align-items: center;
    padding-left: 20px; 
    gap: 50px;
}


.nav-gap {
    margin-left: 950px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.textmain{
    display:flex;
    justify-content: center; 
    align-items: center;  
    margin-top: 5%;
}


.text2{
      font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  
}



.mainlower{
     display:flex;
     flex-direction: column;
    justify-content: center; 
    align-items: center;  
    margin-top: 10.5%;
}


.text3{
    font-family: "Lexend Peta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


p{
     font-size: 2rem;
}


.img2 {
    transition: transform 0.3s ease;
}

.img2:hover {
    transform: scale(1.1);
}

.picture{
     display:flex;
     flex-direction: column;
    justify-content: center; 
    align-items: center;  
    margin-top: 2%;

}

.text4{
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
}


.bodyfeedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 500px;
}

input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    width: 100%;
}

button {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
}


.par_text{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    color: #202020;
}


.info_text{
    margin-top: 10%;
}