body {
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  background-image: url("/NiceNature/fondo.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  justify-self: center;
  text-align: center;
}

h1 {
  border: #ff0000;
  border-style: ridge;
  background: #960303;
  width: 700px;
  text-align: center;
}

marquee {
  border-width: 2px 0px;
  border-color: #00ff37;
  border-style: solid;
  background: linear-gradient(to right, #17b43900, #17b439, #17b43900);
  width: 1000px;
  color: #ffffff;
}

section {
  display: flex;
  border: #b49760;
  border-style: ridge;
  background: #ccaf8e;
  justify-content: center;
}

.info {
  border: 1px #ff0000;
  background: #960303;
  color: #ffffff;
  border-style: ridge;
  width: 700px;
  margin: 5px;
}

a {
  border: 5px #00ff37;
  border-style: groove ridge;
  background-color: #17b439;
  color: #ffffff;
  padding: 5px 20px;
  margin: 10px 50px;
  justify-content: center;
  text-decoration: none;
}

aside {
  border: 1px #000000;
  background: #291c19;
  color: #ffffff;
  border-style: ridge;
  width: 250px;
  margin: 5px;
  text-align: center;
}

table {
  border: 1px #3cff00;
  border-style: ridge;
  width: 230px;
  justify-self: center;
}

td {
  border: 1px #ffffff;
  border-style: ridge;
}
