@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0e010e;
    margin: 0px;
    color: #ffffff;
    text-align: center;
}

p {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin: 30px 100px;
}

a {
    text-decoration: none;
    color: #e5eaf5;
    display: block;
    text-align: center;
}
/*
a:hover {
    color: #73f467;
}*/

.active {
    color:#99210c;
}

div{
    border: 0px solid #F00;
}


/*** Header ***/
header {
    border-bottom: 1px solid #7e7d7c;
    height: auto;
    width: auto;
    /*height: 60px;*/
    clear: both;
    margin-bottom: 50px;
}
header div {
    height: auto;
    max-width: max-content;
    margin: 0 auto;
    padding: 0;
}/*
nav {
    border: 1px solid #0f0;
    max-width: max-content;
}*/
ul {
    height: 81px;
    max-width: max-content;
    list-style-type: none;
    margin: 0;
    padding: 0;/*
    background-color: rgba(198, 120, 120, 0.933);*/
    clear: both;
}
li {
    border: 0px solid #F00;
    float: left;
    font-weight: bold;
    font-size: large;
    padding: 30px 50px;
}
/*
ul li {
    display: inline-block;
}*/
ul li:hover {
    background: #7e7d7c;
    cursor: pointer;
}
/*** End Header ***/


/*** Footer ***/
footer {
    border: 0px solid #fff;
    height: 80px;
    background: linear-gradient(to bottom, #0e010e 0%, #99210c 80%);
}
footer div {
    padding-top: 35px;
}
footer p {
    margin: 0;
    font-size: 12px;
}
/*** Footer ***/


/*** Content ***/


    .main {
        height: calc(100vh - 212px);
    }

    /** Page "index" **/

        /* Introduction */
        #introduction {
            margin: 50px;
        }


        /* Text */


        /* Top movies */
        #top_movies {
            border: 0px solid #ffffff;
            margin-top: 5%;
        }
        #movies {
            border: 0px solid #7e7d7c;/*
            height: 430px;
            width: 840px;*/
            margin: 0 auto;
            padding: 0;
            clear: both;
        }
        .movie {
            border: 0;/*
            height: 350px;
            width: 200px;*/
            margin: 20px auto;
            padding: 20px;    
            background-color: #595858;
            display: block;
            float: left;
            position: static;
            box-shadow: 0 0 10px rgba(180, 9, 9, 0.79);
        }
        .movie img {
            max-width: 200px;
        }


        /* Cover */
        #cover img {
            width: 100%;
        }


    /** Page "reziser" **/
    .director{
        border: 0px solid #fff;
        width: 80%;
        margin: 0 auto;
        color: #e5eaf5;
        text-align: center;
    }
    .director img {
        border-radius: 50%;
    }
    
    



    /** Page "statistika" **/
    #statistic {
        border: 0px solid #ffffff;
    }


    table {
        border-collapse: collapse;
        width: 80%;
        margin: 0 auto;
    }
    th, td {
        text-align: left;
        padding: 8px;/*
        border-bottom: 1px solid #84a087;*/
    }
    th {
        background-color: #9d1311;
        color: white;
    }
    tr:nth-child(even) {
        background-color: #a6bb9f;
    }

/*** End Content ***/


