body {
    background-color: #f0f0f0;
}
.picture {
    display: flex;
    justify-content: center;
}
.img {
    border-radius: 20px;
}
.wrapperParent {
    display: flex;
    justify-content: center;
}

.wrapperForm {
    width: 800px;
}
h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.nameBox {
    display: flex;
    justify-content: space-evenly;
    font-family: 'Montserrat', sans-serif;

}
input{
    border: none;
    border-bottom: 2px solid #f0f0f0;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
}
.personal {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 15px;
    margin: 10px;
    padding: 20px;
}
.formBox {
    display: flex;
    flex-direction: column;
  background-color: white;
  margin: 10px;
  padding: 20px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
}
.formBox1 {
    display: flex;
    flex-direction: column;
  background-color: #92ba75;
  margin :10px 10px 0 10px;
  padding:10px 20px 0  20px;
  border-radius: 15px 15px 0 0;
  font-family: 'Montserrat', sans-serif;
}
.formBox2 {
    display: flex;
    flex-direction: column;
    background-color: white;
  margin :0 10px 10px 10px;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 15px 15px ;
  font-family: 'Montserrat', sans-serif;
}
.descripsion {
    font-size: 14px;
    margin-top: 6px;
}
textarea {
    border: none;
  border-bottom: 2px solid #f0f0f0;
  outline: none;
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  resize: none;
  line-height: 30px;
 
}
.btnParent {
    display: flex;
    justify-content: center;
}
.submitBtn {
    display: flex;
    justify-content: center;
    background-color: #b7bb96;
    border: 6px solid #ffe649;
    color: white;
    margin: 30px 40px;
    padding: 15px 60px;
    font-size:  14px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
}

.radio input{
    padding: 10px;
    margin: 10px;
}

.home {
    position: fixed;
    right: 10px;
    top: 20px;
 }
 .strelka {
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: none;
 }

.green {
    background-color: #92ba75;
  
}


@media screen and (max-width: 820px) {
    .wrapperForm {
        width: 95%;
    }
    .img {
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    .personal {
     width: 35%;
    }
}