body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #555; }
header { background: #333; color: white; padding: 20px; text-align: center; }
section { padding: 20px; max-width: 800px; margin: auto; background-color: magenta; margin-top: 20px; border-radius: 8px; border-style: double;
  border-color: blue;}
h1 {
  color: #fff;
}
h2 { color: #333; }
ul { list-style-type: none; padding: 0; }
li { margin-bottom: 10px; }
footer { background: #333; text-align: center; padding: 10px; color: #ffffff; margin-top: 40px; }
#about {
  background-color: magenta;
}

#nico {
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
}

#me {
  margin-top: 200px;
}

#nico1 {
  position: fixed;
  bottom: 0;
  width: 100%;
}

#me1 {
  margin-bottom: 80px
}
