* {
    font-family: 'Roboto', sans-serif;
    color: white;
}
p {
    margin: 0px;
}
body {
    background-color: rgb(19, 18, 18);
    margin: 0px;
    padding: 0px;
}
header {
    background-color: rgb(10, 10, 10);
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.menu-topo-esquerdo {
    width: 100px;
    height: 44px;
    display: flex;
    justify-content: space-between;
}
.menu-topo-meio {
    background-color: rgb(0, 0, 0);
    width: 400px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 30px;
    border: 1px solid rgb(97, 95, 95);
}
input {
    background-color: rgb(0, 0, 0);
    width: 330px;
    height: 30px;
    border: none;
}
.lupa {
    display: flex;
    background-color: rgb(124, 122, 122);
    width: 50px;
    height: 40px;
    border-radius: 0px 30px 30px 0px;
    align-items: center;
    justify-content: center;
}
.menu-topo-direito {
    width: 130px;
    height: 34px;
    justify-content: space-between;
}
.menu-topo-esquerdo, .menu-topo-direito {
    display: flex;
    align-items: center;
}
.menu-topo-meio img ,.menu-topo-esquerdo img, .menu-topo-direito img, .inscritos img {
    cursor: pointer;
}
main {
    width: 1324px;
    height: 850px;
    margin: 15px;
    display: flex;
    justify-content: space-between;
}
main h3 {
    font-size: 20px;
}
iframe {
    box-shadow: -1px 0px 9px 3px rgb(49, 48, 48);
    border-radius: 10px;
}
.frame {
    background-color: rgb(19, 18, 18);
    width: 957px;
    height: 850px;
}
.video-acoes {
    width: 902px;
    height: 42px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
}
.inscritos, .like, .deslike, .compartilhar, .download {
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: space-between;
}
.inscritos {
    width: 160px;
    height: 42px;
}
.inscritos img {
    border-radius: 50px;
}
.inscritos p {
    width: 106px;
    height: 32px;
    flex-wrap: wrap;
}
.texto {
    width: 106px;
    height: 42px;
}
.texto p {
    height: 22px;
}
.botao {
    width: 159px;
    height: 40px;
}
button, .like img, .deslike img, .compartilhar img, .download img {
    cursor: pointer;
}
button {
    width: 159px;
    height: 40px;
    border: none;
    background-color: rgb(204, 0, 0);
    color: white;
    border-radius: 5px;
}
.like {
    width: 63px;
}
.deslike {
    width: 100px;
}
.compartilhar {
    width: 115px;
}
.download {
    width: 95px;
}
h4 {
    width: 391px;
    height: 16px;
    font-size: 14px;
}
.aventura {
    background-color: rgb(43, 42, 42);
    width: 510px;
    height: 64px;
    font-size: 14px;
    padding: 20px;
    border-radius: 8px;
}
.playlist {
    background-color: rgb(43, 39, 39);
    width: 303px;
    height: 810px;
    border-radius: 10px;
    margin-right: 15px;
}
.mix {
    background-color: rgb(43, 39, 39);
    padding: 8px;
    border-radius: 10px;
}
.mix h3, .mix h4 {
    margin: 0px;
}
.list {
    background-color: rgb(65, 58, 58);
    width: 293px;
    height: 385px;
    margin-bottom: 6px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 5px;
}
.list2 {
    width: 303px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.list4 {
    height: 33px;
    display: flex;
    align-items: center;
}
.list2 .pesquisa {
    background-color: rgb(97, 95, 95);
    margin: 4px;
    border-radius: 9px;
    padding: 7px;
}
.pesquisa:hover {
    background-color: rgb(61, 59, 59);
}
.list2 span:hover {
    cursor: pointer;
}
.info h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.list span {
    font-size: 14px;
    padding: 4px;
}
.video1 {
    display: flex;
    align-items: center;
}
.video1 img {
    border-radius: 10px;
    margin: 3px;
}
.video1:hover {
    cursor: pointer;
    background-color: rgb(87, 83, 83);
    border-radius: 5px;
}
.list3 {
    width: 298px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 5px;
}
.alinhar {
    display: flex;
}
.alinhar:hover {
    cursor: pointer;
    background-color: rgb(87, 83, 83);
    border-radius: 5px;
}
footer, footer a {
    background-color: rgb(29, 27, 27);
    padding: 5px;
    color: rgb(127, 133, 138);
}
footer a {
    padding: 5px;
}