* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
body {
  background-color: #000000;
}
h1 {
  color: #ffffff;
  font-size: 60px;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.cover {
  margin: 0;
}

.coverpic {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.container {
  color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.textcontainer {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 500px;
}

.iguana-1 {
  display: flex;
  width: 500px;
  height: auto;
  padding: 30px;
  margin-left: 200px;
}

.caracteristicas {
  width: 100%;
  height: 0;
  background-color: #1e1a13;
  color: #ffffff;
  height: 200px;
}

h2 {
  font-size: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px;
  width: 100%;
  height: auto;
}

.boxes {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 30px;
  padding: 10px;
}

.box1 {
  display: flex;
  flex-direction: column;
}

.box2 {
  display: flex;
  flex-direction: column;
}

.box3 {
  display: flex;
  flex-direction: column;
}

.gallery {
  display: inline-flex;
  justify-content: space-evenly;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.img2 {
  width: 300px;
  height: auto;
  margin: 5px;
}

.img3 {
  width: 300px;
  height: auto;
  margin: 5px;
}

.img4 {
  width: 300px;
  height: auto;
  margin: 5px;
}

footer {
  color: #ffffff;
  font-family: sans-serif;
  text-align: center;
  width: 100%;
  background-color: #1e1a13;
  height: 40px;
  padding: 20px;
}

a {
  color: #ffffff;
}
