/*logo and heading area*/
.div1{
    height: 80px;width: 1300px;                   
    background-color: rgb(249, 249, 45);
}
/*heading*/
.div11{    
    color: brown;
    font-size: 45px;
    font-weight: 800;
    position: absolute;
    left: 350px;
}
/*information display area*/
.div2{
    height: 330px;
    width: 1300px;
    color: rgba(233, 233, 229, 0.755);
    font-size: 20px;
    font-weight: 700;
    background-color: blueviolet;
    position: absolute;
    top: 90px;
}
/*introduction index*/
.div21{
    position: absolute;
    left: 300px;
}
/*index points*/
ol{
    position: relative;
    top: 70px;
    left: 380px;
    color: white;
}
/*go to the calculated location area*/
.div3{
    height: 350px;
    width: 1300px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background-color: aqua;
    position: absolute;
    top: 423px;
}
/*dropdown box area with logo background*/
.div31{
    color: brown;
    border: double;
    border-radius: 5%;
    border-color: yellow;
    position: relative;
    left: 400px;
    width: 400px;height: 310px;
    background-image: url(https://webclass1.neocities.org/code.png);
}
/*dropdown box*/
.div32{
    position: absolute;
    width: 400px;
    display: none;
}
.div31:hover .div32{
    display: block;
}
/*links from drop box*/
.div32 a{
    display: block;
    background-color: yellow;
    text-decoration: none;padding: 4px 5px;
}
/*paragraph beside the drop box area*/
p{
    font-size: 25px;
    font-weight: 600;
    color: red;
    position: absolute;
    top: 450px;
    left: 830px;
}
footer{
    color: brown;
    background-color: gold;
    height: 150px;
    width: 1300px;
    position: absolute;
    top: 777px;
}
/*closing remarks*/
.ul1{
    position: absolute;
    left: 150px;
}
/*contact addresses*/
.ul2{
    position: absolute;
    left: 750px;
    text-decoration: none;
}
.solve{
    width: 400px;height: 300px;
    border: double;
    border-radius: 5%;
    border-color: blue;
    position: absolute;
    top: 50px;
    left: 500px;
    background-image: url(https://webclass1.neocities.org/code.png);
}
.Formula{
    width: 300px;height: 70px;border-radius: 5%;position: absolute;left: 50px;top: 30px;
    /*text-align: center;
    color: brown;background-color:gold;*/
    
    
}
.Enter{
    background-color: greenyellow;
    position: absolute;
    left: 5px;top: 100px;
}    
input{
    color: brown;
    font-weight: 900;
    background-color: gold;
}
#name{
    color: white;
    background-color: brown;
}
.Home{
    text-align: center;
    color: brown;
    font-weight: 900;
    background-color: #8eea04;
    position: absolute;top :220px;left: 100px;
}