body{
    background-color: rgb(250, 249, 255);
}
.txt1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 3px;
}
.list1{
    list-style: none;
    display: flex;  
}
.list11{
    padding-right: 50px;    
}
.divdev1{
    display: flex;
    justify-content: space-between;
}
.divdev102{
    
}
.divdev101{
    
}
nav{
    background-color: rgb(254, 254, 254);
    width: 100%;    
}
.span1{
    font-size: small;
    margin-bottom: 50px;
}
.navi{
   text-decoration: none;
   color: black;
}
.img1{
    width: 100%;
    height: 300px;
}
.textarea1{
    width:500px  ;
    height: 100px;
}
.maindiv{
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}
.input1{
    margin-bottom: 50px;

    margin-right: 160px;
}
.input3{
    margin-bottom: 50px;
    margin-right: 160px;
    margin-bottom: 50px;
}
button{
    background-color: rgb(2, 208, 3);
    border: none;
    width: 150px;
    height: 45px;
    color:white;
    margin-top: 30px;
}