*{
  margin: 0px;
  padding: 0px;
}

body{
  background-image: url(https://neocities.org/site_thumbnails/71/34/necroanthesis/Imagenes/Cempas%C3%BAchil%20%F0%9F%8F%B5%EF%B8%8F%F0%9F%8C%BF.jpg.210x158.webp);
  font-family: 'Times New Roman', Times, serif;
}

#container{
  width: 1100px;
  margin: 0px auto;
  border: 1px solid black;
}

header{
  background: ivory;
  height: 100px;
  width: 100%;
  text-align: center;
  line-height: 100px;
}

nav{
  background: rgb(218, 187, 87) ;
  height: 50px;
  border-bottom: 1px solid rgb(0, 0, 0);
}

nav ul li{
  float:left;
  list-style: none;
  margin: 10px;
  line-height: 30px;
}

.clearfix{
  clear:both;
}

#content{
  float:left;
  text-align: center;
  width: 80%;
  background: rgb(185, 130, 58);
}

aside{
  float:left;
  text-align: center;
  width: 20%;
  background: rgb(202, 152, 87);
}