html{overflow-y:scroll}body{margin:0}#signInModal[open]{border:none;border-radius:15px;display:flex;flex-direction:row;max-width:600px;padding:0}#signInModal::backdrop{background:rgba(0,0,0,.5)}#imageDivModal{min-height:300px;min-width:208px}#imageDivModal>div{height:100%;width:100%}#closeModal{align-self:flex-end;cursor:pointer;font-weight:700}#containerFlex,#headerFlex{display:flex;flex-direction:column}#headerFlex{background-color:#b3def3ab;height:20vh}#headerBar{align-items:center;background-color:azure;display:flex;gap:1vw;height:6vh;margin-top:1vh}.bannerIMG{cursor:pointer;height:5vh;margin-left:5vw}#buttonDiv{display:flex;flex-direction:row;gap:1vmin;margin-left:auto;margin-right:4vw}.signInUpButton{align-items:center;background-color:#1b2ed6;border:1px solid #fff;border-radius:.5vmin;color:#fff;display:flex;filter:drop-shadow(3px 3px 3px grey);font-size:2vmin;justify-content:center;min-height:3.5vh;min-width:5vw}.signInUpButton:hover{background-color:#fff;border:1px solid #1b2ed6;color:#1b2ed6;cursor:pointer;filter:drop-shadow(3px 3px 3px rgb(61,61,61))}.signInUpButton>img{filter:invert();max-height:3vh}.signInUpButton:hover>img{filter:none}#bodyFlex{align-items:center;align-self:center;display:grid;grid-auto-rows:max-content;justify-items:center;min-height:70vh;width:95%}.ahrefOver{color:unset;height:100%;position:absolute;text-decoration:none;width:100%;z-index:1}.contentBar{border-radius:50px;display:flex;filter:drop-shadow(3px 3px 3px rgb(61,61,61));height:10vmin;margin:1vh;max-width:50vw;user-select:none;width:90%}.contentBar:hover{cursor:pointer;filter:drop-shadow(5px 5px 5px rgb(61,61,61))}.contentBarLeft{align-items:center;border-radius:5px 0 0 50px;display:flex;justify-content:center;width:12%}.contentBarLeft>span{color:azure;font-size:4vmin;font-weight:700;padding-bottom:.5vw}.contentBarCenter,.contentBarLeft>span{font-family:Verdana,Geneva,Tahoma,sans-serif}.contentBarCenter{display:flex;flex-direction:column;width:76%}.contentBarCenter>h2{font-size:2vmin;margin:1vh 1vw}.contentBarCenter>hr{color:#fff;margin:.5vh auto;width:90%}.contentBarCenter>p{font-size:1.5vmin;margin:.5vh 1vw}.pipe{margin:0 .5vw}.contentBarRight{align-items:center;border-radius:0 25px 5px 0;display:flex;flex-direction:column;justify-content:center;width:12%}.contentBarRight>#barRightCount{font-size:2vmin}.contentBarRight>#barRightCount,.contentBarRight>span{color:azure;font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:700}.contentBarRight>span{font-size:1vmin}#footerFlex{background-color:#a1c22a75;height:10vh}#headerTypeNav{flex-direction:row;gap:1vw;margin-top:auto}#headerTypeNav,.typeBarWrap{align-items:center;display:flex;height:12vh;justify-content:center}.typeBarWrap{filter:drop-shadow(3px 3px 3px rgb(61,61,61));flex-direction:column;min-width:15vw;opacity:.7;z-index:1}.typeBarWrap:hover{cursor:pointer;filter:drop-shadow(5px 5px 5px rgb(61,61,61))}.typeBar{align-items:center;border-radius:1vh;display:flex;height:8vh;justify-content:center;text-align:center;width:-webkit-fill-available}.typeBar>span{color:azure;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:2.75vmin;font-weight:700;padding:0 1vw;user-select:none}.typeBar>span>p{font-size:1.5vmin;margin:0}.typeBarArrow{border-left:0 solid transparent;border-right:0 solid transparent;border-top:0 solid transparent}.hasFocus{filter:drop-shadow(3px 3px 3px rgb(61,61,61));margin-top:4vh;opacity:1}.hasFocus>.typeBarArrow{border-left:3vw solid transparent;border-right:3vw solid transparent;border-top:3vh solid transparent}:disabled{background-color:#a9a9a9;color:#fff;opacity:.5}:disabled:hover{cursor:not-allowed}