ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul li{
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
}
ul li a{
    text-decoration: none;
    color: white;
    display: block;
    font-weight: bolder;
}
ul li a:hover{
    background-color: green;
    color: black;
}
ul li a.about:hover{
    color: white;
    background-color: coral;
}
ul li a.fol{
    color: black;
}

ul li ul li{
    display: none;
}
ul li:hover ul li{
    display: block;
}
form{
    justify-content: center;
    min-height: 150vh;
    text-align: center;
    background-color: cornflowerblue;
    background-image: url("photo-1483914764278-6f2b1e39bba5.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 30px;
    font-family: "lato",Arial,sans-serif;
    font-weight: bold;
    color: blue;
}
h1{
    text-align: center;
    position: relative;
    color: gray;
    box-sizing: border-box;
    border-style: outset;

}
h2{
    text-align: center;
    position: absolute;
    color: black;
    box-sizing: border-box;
    border-style: outset;
    font-size: 25px;
}
p{
    font-size: 25px;
}
h3{
    text-align: center;
    font-size: 30px;
    color: hotpink;
}
h5{
    font-size: 25px;
    color: black;
}

h6{
    font-size: 25px;
    color: black;
}
h7{
    font-size: 25px;
    color: black;
}
h8{
    font-size: 25px;
    color: black;
}
h9{
    font-size: 25px;
    color: black;
}
h10{
    font-size: 25px;
    color: black;
}
h11{
    font-size: 25px;
    color: black;
}h12{
    font-size: 25px;
    color: black;
}
img{
    align-items: center;
    justify-content: center;
    text-align: center;
}
footer{
    background-color: #111;
    height: auto;
    width: 100vw;
    font-family: "open sans";
    padding-top: 40px;
    color: white;
}
.main-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main-footer h31{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}
.main-footer h32{
    max-width: 400px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}
.bottom{
    text-align: center;
    font-size: 25px;
}