section .description {
  max-width:80ch;
  text-align: center;
  margin: auto;
  color:black;
}

.content {
  padding: 2em 0;
  overflow: hidden;
  color: #666666;
  max-width: 1280px;
  margin: auto;
  background-color: rgba(200, 200, 200, 1);
  border:5px solid #222222;
}

body {
  background-image: url("https://rompopita.neocities.org/pagedecor/background_star.gif");
  background-repeat: repeat;
}

footer{
display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-image: url("https://rompopita.neocities.org/pagedecor/lined2.jpg");
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0;
  width: 100%;
  margin: auto;
  position: relative;
  bottom: 0;
  max-width:80ch;
  margin:5em auto 5em auto;
}