* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 90%;
}

a {
    text-decoration: none;
    color: rgb(10, 33, 233);
}

body {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.header {
    text-align: center;
    align-items: center;
    padding: 1.5rem;
    /* border: 2px solid red; */
    margin-bottom: 2rem;
}

.title {
    font-family: 'Londrina Outline', cursive;
    font-size: 4rem;
}

.disc {
    color: blanchedalmond;
    font-size: 2rem;
    font-family: 'Special Elite', cursive;
}

.container {
    font-family: 'Special Elite', cursive;
    display: flex;
    color: rgb(243, 243, 243);
    /* border: 2px solid rgb(255, 255, 255); */
    /* text-align: center; */
    justify-content: center;
    /* align-items: center; */
}

.posnh {
    border: 2px solid rgb(255, 255, 255);
    padding: 1rem;
    text-align: center;
}

.poster {
    margin: 1rem 1rem 0rem 1rem;
}

.phead {
    font-size: 2.2rem;
    margin-top: 0.6rem;
    text-align: center;
}

.details {
    border: 2px solid rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.synopsis {
    font-size: 2.0rem;
    padding: 0.5rem;
    font-weight: 700;
    color: yellow;
}

.summry {
    margin: 1rem;
    font-size: 1.9rem;
    font-style: bold;
}

.d2 {
    margin: 1rem;
    font-size: 2rem;
    font-weight: 700;
}

.imdb {
    margin: 0.2rem;
}

.episodes {
    margin: 0.2rem;
}

.box {
    display: flex;
    margin: 0.5rem;
    /* padding: 1rem; */
    /* border: 2px solid red; */
}

.watch {
    font-size: 1.5rem;
    border: 2px solid rgb(0, 255, 0);
    border-radius: 10px;
    margin: 0.5rem;
    padding: 1rem;
    color: white;
}

.watch:hover {
    background: rgb(250, 82, 82);
}