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: black;
    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("phot.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;
}
*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

form{
    font-size: 30px;
    font-family: "lato",Arial,sans-serif;
    font-weight: bold;
    color: blue;
}

img{
    width: 200px;
    height: 200px;
    margin: 5px;
    border: 3px solid black;
}

table{
    border-collapse: collapse;
}

table th{
    text-align: left;
    background-color: #3a6071;
    color: #fff;
    padding: 4px 30px 4px 8px;
}

table td{
    border: 1px solid #e3e3e3;
    padding: 4px 8px;
}

table tr:nth-child(odd) td{
    background-color: #e7edfe;
}

h1{
    font-size: 25px;
    font-weight: bold;
    color: green;
    background-color: black;
}

h2{
    font-size: 25px;
    font-weight: bold;
    color: yellow;
    background-color: black;
}

h3{
    font-size: 25px;
    font-weight: bold;
    color: red;
    background-color: black;
}

h4{
    font: 25px;
    font-weight: bold;
    color: blue;
    background-color: black;
}
img1{
    width: 300px;
    height: 300px;
    margin: 10px;
    border: 8px solid black;
}
p{
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
}
form{
    font-size: 30px;
    color: black;
    background-color: white;
}

article{
    font-size: 28px;
    font-style: italic;
    color: black;
    border-style: ridge;
    box-sizing: border-box;
    margin: 2px;
    padding: 2px;
}
h13{
    font-size: 30px;
    color: red;
}
ul.ghj{
    font-size: 21px;
    color: black;
}
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: 28px;
}