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;
 
}
.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:100%;
    overflow-y:hidden;
}
.content{
    display:inline-block;
    width:100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.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: x-large;
    text-align: center;
    font-weight: bold;
}
.container{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration:underline;
    font-size:xx-large;
}

