body, html{
    background-color: rgb(43, 43, 43);
    color:white;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 0;
    margin-left: 3%;
    margin-right: 3%;
}

div.banner{
    font-size: 22px;
    border-radius: 20px;
    background-image: 
        linear-gradient(rgba(139,0,0,0.6), rgba(139,0,0,0.6)), 
        url("aw.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

div.banner-header{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}

div.desc{
    text-align: left;
    border: 1px solid white;
    border-radius: 15px;
    background-color: black;
    overflow:auto;
    width: 400px;
    height: 330px;
    font-size: 17px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.desc h2{
    color: darkred;
}

div.video video,iframe{
    border-radius: 15px;
    display: flex;
    align-self: center;
    width: 800px;
    height: auto;
    margin-left: 5px;
    margin-top: 20px;
}
div.video{
    display: flex;
        border: 1px solid white;
                border-radius: 15px;
    display: flex;
    align-self: center;
    width: 800px;
    height: 450px;
    margin-left: 5px;
    margin-top: 20px;
    background-color: black;
}

div.ant{
    display: flex;
    flex-direction: column; /* yan yana */
    align-items: flex-start; /* dikey üst hizalama */
    gap: 20px; /* öğeler arası boşluk */
    margin-top: 20px;
        align-self: center;
    justify-self: center;
    margin-right: 30px;
}
div.placeholder{
    display: flex;
    flex-direction: column;
    width: 400px;
    background-color: black;
    height: 100px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 15px;
    border: 1px solid white;
    color:darkred
}
div.rel{
    display: flex;
}
div.playlist{
    border-radius: 15px;
    border: 1px solid white;
    margin-top: 30px;
    margin-left: 30px;
    background-color: black;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    height: 450px;
}
div.playlist a{
    border-radius: 15px;
    font-weight: bold;
    text-decoration: none;
    color:white;
    border:1px solid chocolate;
    padding: 15px;
    margin:20px;
    width: 350px;
}
div.playlist a:hover{
    transition: all ease-in-out 0.3s;
    transform: scale(1.05);
}
nav{
    background-color: black;
    padding: 20px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    margin-bottom: 20px;
}
nav a{
    margin-left: 15px;
}
nav span{
    font-size: 22px;
}
nav span span{
    color:gold;
    font-size: 24px;
}
nav span:hover{
    cursor: default;
}
nav span::selection{
    background-color: none;
    color:none;
}
nav a{
    color:white;
    text-decoration: none;
}
nav a:hover{
    transition: all ease-in-out 0.3s;
    font-size: 24px;
}