body{
    margin: 0;
    padding: 0;
    box-sizing: 0;
    background: black;
}

.main{
    background: rgb(32, 32, 32);
    width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.header{
    display: flex;
    justify-content: space-between;
    background: rgb(32, 32, 32);
    border-bottom: 2px solid white;
}

.logo{
    width: 50px;
}

.menu{    
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu_link{
    color: rgb(224, 200, 0);
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    font-weight: 700;
}
.menu_link:hover{
    background: rgb(224, 200, 0);
    color: rgb(32, 32, 32);
}





.content{
    padding: 30px;
    background: black;
    display: flex;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid rgb(224, 200, 0);
}

.dzax{ 
    width: 400px;
    border: 2px solid rgb(224, 200, 0);
    border-radius: 15px;
    background: rgb(32, 32, 32);
}

.aj{
    justify-content: center;
    margin-left: 50px;
    width: 600px;
    border: 2px solid rgb(224, 200, 0);
    border-radius: 15px;
    background: rgb(32, 32, 32);
}

.syuje{
    color: white;
}

.movie_nkar{
    width: 400px;
    border-radius: 15px;
}  

.nkaragir{
    width: auto;
    height: auto;
    border-collapse: collapse;
    border-radius: 20px;
    color: white;
    margin: 10px;
}

.nerqev{
    display: flex;
    justify-content: center;
}




.footer{
    border-top: 2px solid white;
    height: auto;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    background: rgb(32, 32, 32);
}

.footer-nkar{
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.footer-name{
    color: rgb(224, 200, 0);
}
.borderr{
    border-radius: 20px 20px 20px 20px;
}