@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: Netflix;
    src: url("/netflix/fonts/NetflixSansBlack.ttf");
    src: url("/netflix/fonts/NetflixSansBold.ttf"); 
    src: url("/netflix/fonts/NetflixSansIcon.ttf");
    src: url("/netflix/fonts/NetflixSansLight.ttf");
    src: url("/netflix/fonts/NetflixSansMedium.ttf");
    src: url("/netflix/fonts/NetflixSansRegular.ttf");
    src: url("/netflix/fonts/NetflixSansThin.ttf");
    src: url("/netflix/fonts/NetflixSansThin.ttf");
    src: url("/netflix/fonts/Netflix\ Sans\ Bold.otf");
    src: url("/netflix/fonts/Netflix\ Sans\ Medium.otf");
    src: url("/netflix/fonts/Netflix\ Sans\ Light.otf");
}

* {
    font-family: Poppins;
    /* box-sizing: border-box; */

}

body {
    background: black;
    margin: 0;
}

@media (min-width: 1536px) {
    body {
        justify-content: center;
        align-items: center;
    }

    .left-text, .right-text {
        margin-top: 50px;
        margin-bottom: 50px;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
    }
    .text-container {
        width: 40%;
    }
}

@media (min-width: 1280px) {
    body {
        justify-content: center;
        align-items: center;
    }

    .left-text, .right-text {
        margin-top: 50px;
        margin-bottom: 50px;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
    }
    .text-container {
        width: 40%;
    }

}

@media (min-width: 1024px) {
    body {
        justify-content: center;
        align-items: center;
    }

    .left-text, .right-text {
        margin-top: 50px;
        margin-bottom: 50px;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
    }
    .text-container {
        width: 90%;
    }

}

@media (min-width: 768px) {
    body {
        justify-content: center;
        align-items: center;
    }

    .left-text, .right-text {
        margin-top: 50px;
        margin-bottom: 50px;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
        flex-wrap: wrap;
    }

    .text-container {
        width: 90%;
    }
    
}

@media (min-width: 640px) {
    body {
        justify-content: center;
        align-items: center;
    }

    .left-text, .right-text {
        margin-top: 50px;
        margin-bottom: 50px;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
        flex-wrap: wrap;
    }
}

@media (min-width: 475px) {
    body {
        justify-content: center;
        align-items: center;
    }    

    .left-text, .right-text {
        margin-top: 50px;
        margin-bottom: 50px;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
        flex-wrap: wrap;
    }
}

@media (min-width: 375px) {
    body {
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
    }    
    * {
        overflow-x: hidden;
    }

    .header {
        justify-content: center;
    }

    .left-text, .right-text {
        margin-top: 50px;
        margin-bottom: 50px;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
        flex-wrap: wrap;
    }
} 
