html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Start*/
*{
    color: white;
}

body{
    background-color: #000;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-top: 10px;
}

#left{
    display: flex;
    align-items: center;
    gap: 20px;
}

#left button{
    padding-left: 20px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
}

.nav-items{
    font-size: 25px;
}

#Youtube{
    font-size: 30px;
    font-weight: 600;
}

p#Youtube span{
    font-size: small;
    font-weight: 100;
    vertical-align: super;
}

p#Youtube i{
    color: red;
    font-size: 30px;
}

#search{
    align-items: center;
}

#searchBar{
    height: 40px;
    width: 500px;
    border-radius: 25px 0 0 25px;
    border: 1px solid gray;
    background-color: #000;
}

#searchBar::placeholder{
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 15px;
}

#searchBtn{
    background-color: rgb(26, 26, 26);
    border: 1px solid gray;
    border-radius: 0 25px 25px 0;
    height: 43.34px;
    width: 70px;
    margin-left: -4px;
}

#searchBtn i{
    font-size: 25px;
}

#searchVoice{
    background-color: rgb(26, 26, 26);
    border: 1px solid grey;
    border-radius: 25px;
    width: 44px;
    height: 44px;
    margin-left: 15px;
}

#profile{
    display: flex;
    gap: 25px;
}

#upload, #notification{
    background: transparent;
    border: 1px solid transparent;
}

#UserProfile{
    margin-right: 25px;
    background: transparent;
    border: 2px solid grey;
    border-radius: 25px;
}

#video{
    width: 1800px;
    margin-left: 25px;
    margin-top: 25px;
}

#video iframe{
    border-radius: 20px;
}

#titelVideo{
    padding-top: 10px;
    font-size: 30px;
}

aside{
    position: absolute;
    left: 1850px;
    top: 100px;
    border: 1px solid white;
    width: 650px;
    height: 80%;
}