#header{
    text-align: unset;
    font-size: 90;
    height: 150px;
    width: 100%;
    float: left;
    text-decoration-color: navy;
    text-emphasis-style: double circle;
    overflow: hidden;
    
    
}
p.heading{
    padding-left: 25%;
    padding-right: 25%;
    font-size: 150%;
    color: rgb(10, 10, 10);
    width: 1024px;
    font-weight: bold;

}

#leftsection{
    width: calc(100%/3);
    float: left;
    text-align: center;
    font-size: 25;
    height: 550px;
    color: cornsilk;
    text-align: center;

}
#middlesection{
    width: calc(100%/3);
    float: left;
    text-align: center;
    font-size: 25;
    height: 550px;}

#rightsection{
        width: calc(100%/3);
        float: left;
        text-align: center;
        font-size: 25;
        height: 550px;
        color: cornsilk;
        text-align: center;
    }


#footer{
    float: right;
    width: 100%;
    height: 180px;
    margin-bottom: 0%;
    margin-top: inherit;
    text-align: center;

}
