*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.body1 {
    background-image: url("soy5.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.header ul{
    display: flex;
}
.header li{
    width: 150px;
}
.header li a{
    color: white;
    font-weight: 600;
}
.divclass1 {
    width: 600px;
    background-color: rgba(245, 205, 75, 0.158);
    size: 100%;
    margin-left: 35%;
    margin-top: 10%;
    height: 250px;
}

.divclass2{
    margin-top: 100px;
    margin-left:20%; 
    margin-right:20% ;
    padding-top: 100px;
}
.submit{
    margin-left:0%; 
    margin-right:0% ;
    width: 330px;
    height: 30px;
    color: blue;
    margin-top: 20px;
}
.H1{
   
    color: rgba(240, 108, 108, 0.342);
    text-align: center;
    
}
.header{
    margin-bottom: 1%;
    padding: 10px;
    text-align: left;
    background: #628a8252;
    color: rgba(69, 73, 45, 0.349);
    font-size: 30px;
    display: flex;
    justify-content: space-between;
}
.fotter{
    padding: 10px;
    height: 8vh;
    text-align: right;
    background: #ffffff6e;
    color: rgba(69, 73, 45, 0.349);
    font-size: 50px;
    margin-top: 340px;
}
.p{
    text-align: center;
    text-size-adjust: 50px;
}
.b{
    text-align: right;
   
}
.f{
    text-align: center;
    padding: 3px;
    background-color: DarkSalmon;
    color: rgb(238, 0, 0);
}
