p {
  background-color: rgb(250, 226, 196);
}
body{
  background-color: antiquewhite;
}
h2 {
  color: blueviolet;
}
p{
  font-size: large;
}
a {
  color:aquamarine;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: blue;
  padding: 1rem;
  border:5px;
  border-color: yellow;

}
footer {
  background-color: aquamarine;
  color:blue
}
h1 {
  font-size: big;
  color:red;
  
}
#im1   {
  width: 40%;
}
#logo   {
  width: 10%;
  float: left;
}
nav {
  float: left;
}
.lista{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  list-style-type: circle ;
}
