@import url("https://fonts.googleapis.com/css2?family=Chicle&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Madimi+One&display=swap");

body{
    overflow-x: hidden;
    overflow: hidden;
     background: radial-gradient(farthest-corner at 50% 0%, #23617d 0%, #112031 100%);
}

html{
    overflow-x: hidden;
    overflow: hidden;
}


#page-content{
    position: absolute;
    z-index: 2;
    top: 10%;
}

h1 {
    
    font-family: Chicle, sans-serif;
    color: #CCFFFF;
    text-align: center;
    font-size: 7em;
    text-shadow: 1px 1px 1px #081E2C;
    z-index: 2;
    position: relative;
    margin: 10px;
}

.info-box{
    z-index: 2;
    position: relative;
    width: min(60%, 800px);
    margin: auto;
    background-color: rgba(255, 255, 255, 0.2);
    font-family: "Madimi One", verdana, sans-serif;
    font-size: 2.2em;
    padding: 20px;
    padding-right: 35px;
    padding-left: 35px;
    color: #CCFFFF;
    border-radius: 24px;
    max-height: 60vh;
    overflow: scroll;
    /* 2. Hide scrollbar for Firefox */
    scrollbar-width: none; 
    /* 3. Hide scrollbar for IE and older Edge */
    -ms-overflow-style: none; 
}

.info-box button{
    display: block;
    margin: 10px;
    width: 50%;
    height: 50px;
    margin: auto;
    margin-top: 30px;
    font-size: 1.5em;
    font-family: "Madimi One", verdana, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    color: #23617d;
    border-radius: 12px;
    background-color: #CCFFFF;
    border: none;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

button:hover{
    background-color: #91cfcf;
}

#nav{
    width: 100%;
    height: 40px;
    background-color: #CCFFFF;
    z-index: 2;
    margin-top: 0px;
    position: absolute;
    top:0px;
    left: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;

}


a{
    text-decoration: none;
    color: #FFFFFF;
}

#nav h6{
    font-size: 2em;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    font-family: "Madimi One", verdana, sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    color: #23617d;
}

#nav a{
    font-weight: normal;
    color: #23617d;
}

.graph {
    width: 80%;
    margin: auto;
    display: block;
}


/*Hide scrollbar for Chrome, Safari, and Opera */
#info-box::-webkit-scrollbar {
    display: none;
}


#largebox {
    max-height: 75vh;
    position: relative;
    top: -50px;
    width: min(75%, 1000px);
}

#higherheader{
    position: relative;
    top: -50px;
}

.grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.griditem{
    display: block;
}