*{
margin: 0px;
padding: 0px;
}

body{
background-color: rgb(138, 141, 148);}

#container{
/*width: 70%;*/
width: 1100px;
margin: 0px auto;
border: 3px solid red;
}

header{
background-color: brown;
height: 100px;
width: 100%;
margin: 0px;
text-align: center;
line-height: 100px;
border-bottom: 3px; color: black;
}
nav{
background-color: rgb(0, 102, 255);
height: 50px;
border-bottom: 1px solid crimson;
}

nav ul li{
float: left;
list-style: none;
margin: 10px;
}

.clearfix{
clear: both;

}

#content{
float: left;
width: 80%;
background-color: rgb(190, 83, 83);
min-height: 500px;
}

aside{
float: left;
width: 20%;
background-color: rgb(170, 120, 56);
min-height: 500px;
}
footer{
background-color: black;
color: aliceblue;
text-align: center;
height: 50px;
line-height: 50px;
}

.article{
color: beige;
margin: top 15px; 
margin: bottom 15px; 
padding-bottom: 10px;
border-bottom: 1px solid #eee;


}
.article p{
text-align: center ;


}
video{
    top: 0;
    width: 100%;
    height: 300px;
}

aside h1{
text-align: center;

}

article h2 {

text-align: center;

}
