body { margin: 0; padding: 0; height: 1000px; width: 100%; display: flex; flex-direction: column; } .bebas-neue-regular { font-family: "Bebas Neue", serif; font-weight: 400; font-style: normal; } @font-face { font-family: 'PremierSans'; src: url('/fonts/Premier Sans.otf') format('opentype'), url('/fonts/Premier Sans.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'aptos'; src: url('/fonts/aptos.ttf') format('truetype'); font-weight: normal; font-style: normal; } .header{ font-family: "Bebas Neue"; text-align: center; background-color: #38003C; margin-bottom: 0px; width: 100%; } h1 { color: white; font-size: 80px; margin-bottom: 10px; margin-top: 0; padding-top: 30px; } h4 { color: #00FF85; font-size: 25px; margin-top: 10px; } h3 { font-family: "Bebas Neue"; color: #00FF85; font-size: 40px; margin-top: 20px; margin-bottom: 10px; padding-left: 30px; } .sideNav { border-top: solid 3px grey; border-right: solid 5px #00FF85; border-bottom: solid 5px #00FF85; border-bottom-right-radius: 30px; background-color: #38003C; padding-top: 30px; padding-bottom: 30px; width: 200px; height: 100%; } .navButton { display: block; padding: 10px 20px; color: white; background-color: #38003C; border: none; text-align: center; width: 100%; font-size: 25px; cursor: pointer; font-family: "Bebas Neue"; } .navButton:hover { background-color: #00FF85; color: black; } .content { display: flex; height: 90%; margin-top: 0; } .mainContent{ width: 100%; height: 100%; } .table { height: 100%; border-collapse: collapse; margin-top: 20px; } .headerTable { background-color: #38003C; color: white; font-size: 30px; text-align: justify; display: flex; justify-content: space-between; margin-top: 25px; margin-left: 150px; border-radius: 30px; height: 15%; width: 80%; } #tableTitle{ margin-left: 100px; font-family: "bebas Neue"; font-size: 50px; } #season { margin-right: 50px; margin-left: 50px; margin-top: 60px; font-family: "PremierSans", Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 35px; } #seasonNumber { margin-top: 40px; margin-right: 100px; font-size: 50px; font-family: "Bebas Neue", Arial, Helvetica Neue, Helvetica, sans-serif; color: red; } .seasonInfo{ display: flex; } #graph { display: flex; justify-content: center; align-items: center; height: 100%; margin-top: 20px; } svg { display: block; } .bar:hover { opacity: 0.6; } #graphContainer { display: flex; justify-content: center; align-items: center; width: 100%; } .slider { -webkit-appearance: slider-vertical; width: 8px; height: 500px; } .sliderContainer { display: flex; flex-direction: column; align-items: center; margin-left: 10px; background-color: #38003C; border-radius: 20px; padding: 20px; } #seasonLabel { font-family: "Bebas Neue"; font-size: 25px; margin-bottom: 10px; color: white; } .tooltip { position: absolute; text-align: center; width: auto; height: auto; padding: 10px; font: 16px sans-serif; background: lightskyblue; border: 1px; border-radius: 15px; pointer-events: none; opacity: 0; }