.Main { max-width: 98%; margin: 80px auto; } .TitleContainer { display: flex; align-items: center; justify-content: space-between; } .TitleContainer p { color: white; font-family: "Lexend Deca", serif; font-size: 30px; } .TitleContainer img { border-radius: 0.5rem; } .DramaDescription h2 { color: gray; font-family: "Lexend Deca", serif; } .DramaDescription p { font-family: "Atkinson Hyperlegible", serif; color: white; margin-top: -10px; } .DramaGenre { display: flex; align-items: center; overflow-x: auto; } .DramaGenre::-webkit-scrollbar { height: 5px; } .DramaGenre::-webkit-scrollbar-thumb { background-color: var(--soft-purple); border-radius: 1rem; } .genreMain { font-family: "Lexend Deca", serif; color: var(--neon-green); font-size: 18px; } .genreEntry { background-color: #31313141; color: white; padding: 5px; margin: 3px; border-radius: 5px; font-family: "Lexend Deca", serif; cursor: crosshair; } .EpisodesContainer { margin-top: -10px; } .EpisodesContainer h2 { color: gray; font-family: "Lexend Deca", serif; } .EpisodeButtons { margin: -10px 5px; } .EpisodeButtons button { margin: 3px; padding: 5px; border: none; outline: none; border-radius: 5px; background-color: #3d3d3d; transition: background-color 0.2s linear; color: white; cursor: pointer; width: 100px; } .EpisodeButtons button p { text-align: center; font-family: "Poppins", serif; margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .EpisodeButtons button:hover { background-color: #1f1f1f; transition: background-color 0.2s linear } .VideoContainer { margin-top: 20px; } .Video { display: flex; flex-direction: column; align-items: center; width: 70dvw; margin: 0px auto; } .Video p { color: white; font-family: "Atkinson Hyperlegible", serif; color: var(--pastel-red); } .VideoPlayer { margin: 0px auto; width: auto; height: auto; font-family: "Lexend Deca", serif; } @media screen and (max-width: 768px) { .Video { width: 100%; } .EpisodeButtons button { font-size: 14px; width: 80px; } }