* {
  margin: 0; padding: 0;
}

body {
	background-color: #333; font-size: large;
}

nav {
   display:inline;
}

#contenedor:after {
	content: "smartphone";
}

footer {
	display: none;
}    