* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #F9F9F9;
}

/* HEADER */

header {
    background: #FFF;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.start {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
}

.menu {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    
    cursor: pointer;
}

.logo-youtube {
    width: 90px;
    height: 20px;
    flex-shrink: 0;
}

.center {
    display: flex; 
    align-items: center; 
    flex-grow: 1;
    max-width: 500px; 
    height: 40px;
    margin: 0 auto; 
    border: 1px solid #303030; 
    border-radius: 20px; 
    overflow: hidden; 
    background: white;
}

.input-text {
    flex-grow: 1; 
    padding: 8px 15px; 
    border: none; 
    color: black; 
    font-size: 16px;
    outline: none;
}

.search-icon {
    width: 40px; 
    height: 40px; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
    border-left: 1px solid #303030; 
    background-color: #F8F8F8;
}

.search-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    padding-right: 15px;
}

.end .search-icon2 {
    display: none;
}

.avatar {
    width: 34px;
    height: 34px;
    background-color: black;
    border-radius: 50%;
}

/* MAIN */

main {
    display: flex;
    gap: 24px;
    padding: 24px;
    max-width: 1440px;
    margin: 0 auto;
    align-items: flex-start;
}

.principal {
 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 2;
    gap: 16px;
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;
}

.video-container {
    width: 100%;
}

.principal .video-container img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.principal .titulo-principal {
    width: 100%;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 42px;
    margin: 16px 0;
}

#container div p {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.canal {
    display: flex;
    align-items: center;
    gap: 12px;
}

#container .canal img {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    cursor: pointer;
}

.canal-info {
    margin-right: 24px;
    overflow: hidden;
    flex: 1;
    flex-basis: 0.000000001px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.canal-info .nome {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.canal-info .inscritos {
    color: #515151;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#container div button {
    background: #C00;
    color: white;
    width: 159px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.253);
    cursor: pointer;
}

#container div img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    cursor: pointer;
}

.botao-gostei {
    display: flex;
    align-items: center;
    gap: 8px;
}

.botao-nao-gostei {
    display: flex;
    align-items: center;
    gap: 8px;
}

.botao-compartilhar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.botao-download {
    display: flex;
    align-items: center;
    gap: 8px;
}

#views p {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.conteudo-canal {
    max-width: 510px;
}

.principal .conteudo-canal p {
    color: #515151;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* COLUNA DE VIDEOS */

.video-column {
    display: flex;
    flex-direction: column; 
    flex: 1;
    width: 100%; 
    margin: 20px auto; 
    padding: 0 10px;
}

.container-videos {
    display: flex; 
    gap: 16px;
    margin-bottom: 16px;
}

.imagens-videos {
    width: 160px;
    height: 90px;
    flex-shrink: 0;
    cursor: pointer;
}

.imagens-videos img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block; 
}

.video-info { 
    display: flex;
    flex-direction: column; 
    gap: 8px;
}

.video-info .titulo {
    width: 196px;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.video-info .nome-canal {
    width: 196px;
    color: #515151;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.video-info .viwes-info {
    width: 196px;
    color: #515151;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}






