<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-family: Montserrat, sans-serif;
    hyphens: auto;
    scroll-behavior: smooth;
}

.container {
    width: 80%;
}

h1.main-title {
    font-size: 6rem;
    position: absolute;
    top: 30%;
    left: 10%;
    right: 10%;
}

.section {
    height: 100vh;
    overflow: hidden;
    margin: auto;
}

/* bouncy arrow */
a {
    color: #E98C56;
}

.arrow a:hover {
    color: #A6511F;
}

.arrow {
    position: relative;
    margin: 0;
    bottom: 0;
    left: 44%;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.netflix-logo, .hulu-logo, .disney-logo, .prime-logo {
    padding-bottom: 50px;
}

.netflix-logo:hover + div .netflix-text,
.hulu-logo:hover + div .hulu-text,
.disney-logo:hover + div .disney-text,
.prime-logo:hover + div .prime-text
{
    padding-top: 50%;
    display: block;
}

.netflix-logo:hover + div i.logo-plus,
.hulu-logo:hover + div i.logo-plus,
.disney-logo:hover + div i.logo-plus,
.prime-logo:hover + div i.logo-plus
{
    display: none;
}

.logo-plus {
    position: absolute;
    transform: translate(350%, 400%);
    color: #E98C56;
    margin-top: -30px;
}

/* icons */
.icon-container {
    position: relative;
    height: 100px;
}

.icon-container:hover {
    transform: scale(1.1);
    transition: .2s ease-in-out;
}

.icon-row {
    margin-top: 6em;
    margin-bottom: 0;
    padding: 0 2%;
}

.platform-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
}

.platform-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
}

/* sections */
#title-section {
    text-align: center;
    width: 100%;
    height: 100vh;
    margin: auto;
    font-weight: bolder;
    background-image: url("../img/tv-background.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-position: 50% 0;
    background-size: cover; /* Resize the background image to cover the entire container */
}

#title-section .arrow {
    position: absolute;
    top: inherit;
    left: 44%;
}

#intro-section {
    padding: 3% 0;
    background: #F2D1B3;
    height: 100vh;
}

#intro-section .arrow {
    top: 40%;
}

#library-section {
    background: #F8E7D8;
    height: 100vh;
}

#genre-overview-section {
    background: #F2D1B3;
    height: 100vh;
}

.categories label {
    color: rgba(0,0,0,0.87);
}

#selection-section {
    background: #F8E7D8;
    height: 100vh;
    padding: 10% 0;
}

#genre-section {
    margin-top: -54px;
    background: #F2D1B3;
    height: 100vh;
}

/*Bubble chart*/
#genres-bubble-chart {
    width: 800px;
    height:500px;
    clear: both;
    margin-bottom: 10px;
    margin: auto;
}
/* Bubblechart Tooltipp*/
.tooltip {
    position: absolute;
    top: 100px;
    left: 100px;
    text-align: left;
    -moz-border-radius:5px;
    border-radius: 5px;
    border: solid 0px;
    background: #fff;
    opacity: .9;
    color: black;
    padding: 10px;
    width: auto;
    font-size: 12px;
    z-index: 10;
}

.tooltip .title {
    font-size: 13px;
}

.tooltip .name {
    font-weight:bold;
}

#genre-section h3 {
    padding-top: 55px;
}

#genres-detail-section {
    background: #F8E7D8;
    height: 100vh;
}

#genres-detail-section .arrow {
    top: -5%;
}

#price-section {
    background: #F2D1B3;
    height: 100vh;
    padding: 7% 0;
}

#outro-section {
    background: #F8E7D8;
    height: 100vh;
}

.parallax-container {
    height: 100px;
}

/* colors */
.orange {
    background-color: #E98C56 !important;
}

.orange.lighten-1 {
    background-color: #F2D1B3 !important;
}

.tick {
    font-size: 1.5em;
}

.tick text {
    font-family: Montserrat, sans-serif;
}

/* tooltip */

.updated-movie-series-graph {
    position: relative;
}
#tooltip1 {
    position: absolute;
    text-align: left;
    width: 180px;
    padding: 10px;
    border: solid 0px;
    border-radius: 5px;
    visibility: hidden;
}

/* netflix styles */
.netflix {
    fill: #E50914;
    background-color: #E50914;
}

.Netf.tooltip {
    background-color: #E50914;
    color: white;
}

#netflix-main, #hulu-main, #disney-main, #prime-main {
    height: 200px;
    border-radius: 10px;
}

#netflix-main p, #hulu-main p, #disney-main p, #prime-main p {
    margin: -22px 0 0;
    padding: 0;
}

#netflix-button-image, #hulu-button-image, #disney-button-image, #prime-button-image  {
    padding-top: 20px;
}

/* hulu styles */
.hulu {
    color: black;
    fill: #1CE783;
    background-color: #1CE783;
}

.Hulu.tooltip {
    background-color: #1CE783;
}

.hulu:hover {
    color: white;
}

.hulu:focus {
    color: white;
}

/* disney styles */
.disney {
    fill: #030068;
    background-color: #030068;
}

.Disn.tooltip {
    background-color: #030068;
    color: white;
}

/* prime video styles */
.prime {
    fill: #232F3E;
    background-color: #232F3E;
}

.Prim.tooltip {
    background-color: #232F3E;
    color: white;
}

#outro-section .btn-large {
    background-color: #E98C56;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #E98C56;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    background-color: #A6511F;
}

#movies-vs-series-chart #xAxis {
    font-size: 5em;
}

#exclusive-div {
    width: 100%;
    height: 200px;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #E98C56;
    background-color: #E98C56;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 2px solid #E98C56;
}

/*genre tiles styles*/
.tile {
    background-color: grey;
    display: block;
    width: 200px;
    height: 100px;
    margin: 5px;
    text-align: center;
    vertical-align: center;
}

#chosen-platform.stickyNetflix {
    background-color: #E50914 !important;
    color: white !important;
}

#chosen-platform.stickyHulu {
    background-color: #1CE783 !important;
    color: black !important;
}

#chosen-platform.stickyDisney {
    background-color: #030068 !important;
    color: white !important;
}

#chosen-platform.stickyPrime {
    background-color: #232F3E !important;
    color: white !important;
}

#sticky-platform {
    display: inline;
    z-index: 2;
    visibility: hidden;
    position: sticky;
    top: 50px;
    margin-left: 30px;
}

.lg-rect-netflix {
    fill: #E50914;
}
.lg-rect-hulu {
    fill: #1CE783;
}
.lg-rect-disney {
    fill: #030068;
}
.lg-rect-prime {
    fill: #232F3E;
 }

.lg-text-netflix, .lg-text-disney, .lg-text-prime {
    fill: white;
    font-size: 12px;
}
.lg-text-hulu {
    fill: black;
    font-size: 12px;
}

.genre-overview {
    height: 80px !important;
    display: block;
    margin: auto;
}

.genre-first-row {
    padding-top: 60px;
}

/* slider line graph */
#yearSlider {
    margin-left: 10px;
    width: 625px;
    border: none;
}

#yearSliderText {
    font-size: 20pt;
    max-width: 90px;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #E50914;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #E50914;
    margin-top: -7px;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    animate: 0.2s;
    background-color: #F8B6B9;
    border-radius: 1px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #F8B6B9;
}

.Disney &gt; input[type=range]::-webkit-slider-thumb {
    border: 1px solid #030068;
    background: #030068;
}
.Disney &gt; input[type=range]::-webkit-slider-runnable-track {
    background-color: #B4B3D2;
}
.Disney &gt; input[type=range]:focus::-webkit-slider-runnable-track {
    background: #B4B3D2;
}

.Netflix &gt; input[type=range]::-webkit-slider-thumb {
    border: 1px solid #E50914;
    background: #E50914;
}
.Netflix &gt; input[type=range]::-webkit-slider-runnable-track {
    background-color: #F8B6B9;
}
.Netflix &gt; input[type=range]:focus::-webkit-slider-runnable-track {
    background: #F8B6B9;
}

.Prime &gt; input[type=range]::-webkit-slider-thumb {
    border: 1px solid #232F3E;
    background: #232F3E;
}
.Prime &gt; input[type=range]::-webkit-slider-runnable-track {
    background-color: #BDC1C6;
}
.Prime &gt; input[type=range]:focus::-webkit-slider-runnable-track {
    background: #BDC1C6;
}

.Hulu &gt; input[type=range]::-webkit-slider-thumb {
    border: 1px solid #1CE783;
    background: #1CE783;
}
.Hulu &gt; input[type=range]::-webkit-slider-runnable-track {
    background-color: #BBF8DA;
}
.Hulu &gt; input[type=range]:focus::-webkit-slider-runnable-track {
    background: #BBF8DA;
}

/* top5 */
.top5title {
    fill: #F2D1B3;
}

.ratingTitle {
    font-size: 13pt;
    font-weight: 550;
    max-width: 220px;
}

.ratingPlace {
    font-size: 20pt;
    text-align: center;
}

.ratingCircle {
    fill: #F8E7D8;
}

/* outro */
#confirmCurrentSelection, #decideOtherPlatform {
    padding: 20px;
    margin: 10px;
    height: 300px;
    border-radius: 10px;
    background-color: #F2D1B3;
}

#confirmCurrentSelection.Disney {
    background-color: #B4B3D2;
}

#confirmCurrentSelection.Netflix {
    background-color: #F8B6B9;
}

#confirmCurrentSelection.Prime {
    background-color: #BDC1C6;
}

#confirmCurrentSelection.Hulu {
    background-color: #BBF8DA;
}

#decideCurrent {
    padding-bottom: 25px;
}

#decideOther {
    padding-bottom: 45px;
}

#linkToChosenPlatform:hover, #rechoosePlatform:hover {
    background-color: #A6511F;
}

#linkToChosenPlatform.Disney {
    background: #030068;
    color: white;
}

#linkToChosenPlatform.Netflix {
    background: #E50914;
    color: white;
}

#linkToChosenPlatform.Hulu {
    background: #1CE783;
    color: black;
}

#linkToChosenPlatform.Prime {
    background: #232F3E;
    color: white;
}

.celebration-icon {
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

/* footer */
.page-footer {
    background-color: #F5DDC6;
    border-radius: 10px;
    margin: 40px 20px 20px;
    color: #2E2E2E;
}

.footer-copyright-text {
    color: #2E2E2E;
}</pre></body></html>