html{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-image:linear-gradient(grey,grey); 
    scroll-behavior: smooth;
}
body,html{
    overflow-x: hidden;
    overflow-y:visible;
    height:100%;
    width:100%;
    font-family:'Courier New', Courier, monospace ;
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
    justify-content: center;
 
}
::-webkit-scrollbar{
    display: none;
}
*{
    margin: 0;
    padding:0;
}
.hero{
    width:98%;
    align-items: center;
    justify-content: center;
    margin-left: 0.7%;
    border:2px solid black; 
    background-image:linear-gradient(#68b0ff,#7b99f0,#8e80da,#9d65bf,#a7489e,#aa2678);
    background-repeat:no-repeat;
    height:fit-content;
}
.banners{
    display: flex;
    width: 100%;
    height: 80px;
    border-bottom:2px solid black;
    align-items:center;
    justify-content: center;
}
.banner-left{
    align-items: center;
    justify-content: center;
    display: inline-block;
    width:65%;
    font-size: xx-large;
    text-align: center;
    font-weight: bold;
    border-right:2px solid black;
}
.banner-left:hover{
    border-width:4px;
}
.banner-right{
    align-items: center;
    justify-content: center;
    display: inline-block;
    width:33%;
    font-size: xx-large;
    text-align: center;
    font-weight: bold;
}
nav{
    display:flex;
    height: fit-content;
    width: 100%;
    text-align: center;
    font-size:16px;
    border-bottom:#3e4756 solid 1px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
nav p{
    margin-top:10px;
}
a{
    color:white; 
    text-decoration:none;
}
div.spacerone{
    width:100%;
    height:1px;
}

.home{
    display:inline-block;
    width:25%;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.home:hover{
    color: #ffedcb;
}
.home:active{
    font-size:19px;
    text-decoration: underline;
}
.aboutus{
    display:inline-block;
    width:25%;
    height: 40px;
}
.aboutus:hover{
    color:#ffedcb;
}
.aboutus:active{
    font-size:19px;
}
.Contactus{
    display:inline-block;
    width:25%;
    height: 40px;
    overflow: hidden;
}
.Contactus:hover{
    color:#ffedcb;
}
.Contactus:active{
    font-size:19px;
}
.Poempage{
    display:inline-block;
    width:25%;
    height:40px;
}
.Poempage:hover{
    color:#ffedcb;
}
.Poempage:active{
    font-size:19px;
}
div.body{
    width:100%;
    height:100%;
}
.about{
    margin-top:30px;
    margin-bottom:30px;
    display: block;
    float: left;
    overflow: visible;
    width:100%;
    height:fit-content;
    align-items: center;

}
.spacer-three{
    width:100%;
    height:1px;
}
div.button{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width:100%;
    height:40px;
    margin-bottom:30px;
}
.readmore{
    width:50%;
    height:fit-content;
}
.fb-page-{
    width:100%;
    overflow: hidden;
    text-align: center;
}
#fb-root{
    width:100%;
    text-align:center;
    overflow: hidden;
}
footer{
    height:30px;
    font-size:11px;
    text-align: center;
    border-style:solid;
    border-bottom:#3e4756;
    border-left:#3e4756;
    border-right:#3e4756;
    border-width:1px;
}

