.youtube_logo img {
    width: 80px;
    cursor: pointer;
    margin-left: 20px;
}

.name {
    color: rgb(245, 238, 238);
    background-color: rgb(235, 52, 52);
    width: 25px;
    text-align: center;
    margin: auto;
    border-radius: 100%;
    margin-top: 1px;
    font-size: 30px;

}

.left-nav-bar {
    display: flex;
    align-items: center;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input {
    width: 550px;
    height: 30px;
}

.right-nav-bar {
    display: flex;
    padding: 10px;
}

form {
    display: flex;
}

.left-nav-bar .material-icons{
    margin-left: 20px;
    margin-right: 20px;
}

main iframe {
    width: 960px; 
    height: 515px;
    margin-top: 25px;
    margin-left: 80px;
    border: 0;
}

main .main_footer {
    width: 960px;
    margin-left: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_menu_right_icons {
    display: flex;
}

.avatar_and_subscriber_btn img {
    width: 80px;
    border-radius: 100%;
}

.avatar_and_subscriber_btn {
    width: 960px;
    margin-left: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscriber_left {
    display: flex;
}

.subscriber_left button {
    background-color: rgb(209, 28, 28);
    color: rgb(250, 246, 246);
    
}

aside .aside_avatar img {
    width: 200px;
    height: 100px;
}

.aside_avatar {
    margin-left: 20px;
    width: 450px;
    display: flex;
    justify-content: space-between;
}

main {
    display: flex;
    justify-content: space-between;
}

.details h4 {
    margin-left: 20px;
}

.details h5 {
    margin-left: 20px;
}

.auto_play {
    display: flex;
    justify-content: space-between;
}

#auto_play {
    display: flex;
    align-items: center;
}

#auto_play h4 {
    margin-right: 10px;
}