*{
    box-sizing: border-box;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
span , a , title{
    display: inline-block;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.big{
    margin:30px 50px;
}
.top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.link{
    margin: 0 10px;
    color: black;
    font-size: 20px;
}
.bottom{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left{
    width: 28%;
}
.form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    background-color: rgb(255, 252, 218);
    padding: 40px;
    border-radius: 20px;
}
.h1{
    font-size: 70px;
}
.h2{
    font-size: 40px;
}
.p{
    margin: 20px 0;
}
.middlel{
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
}
.icon{
    font-size: 30px;
    color: white;
    background-color: black;
    padding: 10px;
    border-radius: 50%;
    margin: 20px;
    margin-left: 0;
}
.icon1{
    font-size: 25px;
    margin: 10px;
}
.icon2{
    padding: 10px 13px ;
}
.div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.label{
    width: 48%;
}
.input{
    width: 48%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid gray;
    background-color: rgb(255, 252, 218);
    outline: none;
}
.txt{
    width: 100%;
}
.tar{
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid gray;
    background-color: rgb(255, 252, 218);
    align-items: center;
    outline: none;
}
.btn{
    padding:10px ;
    background-color: black;
    color: white;
    border-radius: 20px;
    font-size: 18px;
}
.btn1{
    padding: 5px;
    height: 45px;
    background-color: black;
    color: white;
    border-radius: 20px;
    font-size: 18px;
}