header{
  margin-left: 20px;
  margin-right: 20px;
  padding:1.5rem 0;
  margin-top: 1%;
  background-color: rgb(70, 68, 68);
      text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color:#a78412
}
nav {
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
}
h2{
  margin-top: 5%;
  text-align: center;
  color: white;
  font-size: 3rem;
}
.hero-row {
  height: 90%;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.514);
  justify-content: center;
  justify-items: center;
  gap: 0.5rem;
 }
.biografia{
  text-indent: 50px;
  text-align: justify;
  margin-left: 30px;
  color: white;
  margin-right: 0px;
  text-justify: distribute-all-lines;
}
.hero-image img{
  width: 400px;
  height: auto;
}
footer {
  margin-top: 100;
  display: flex;
  justify-content: center;
  align-items: end;
  color: white;
}
body {
  background-image: url('/images/eldenringlogo.jpg');
  background-repeat: no-repeat;
  background-size: cover;      
  background-position: center;  
  background-attachment: fixed; 
  background-color: #000;       
}
nav ul {
  list-style-type: none;
  padding:0;
  margin:0;
  display: flex;
  justify-content: space-around;
}
nav ul li a {
  padding:10px 15px;
  text-decoration: none;
  color: white;
  display: block
}
.godfreylegenda figcaption {
  font-style: italic;
  text-align: center;
  padding: 0.5em;
  font-size: 0.9rem;
  color: white;
}
.godfreylegenda {
  margin-right: 60px;
}
@media (max-width: 768px) {
  .hero-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
  .biografia {
   flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.texto {
  color : white;
  margin-top: 30px ;
  margin-bottom: 40px;
}
.homepage {
  margin-top: 50px;
  text-align: center;
  height: 80%;
}
.GODHOMEPAGE .imagem {
  display: flex;
  justify-content: center;
}
.GODHOMEPAGE figcaption {
  font-style: italic;
  text-align: center;
  padding: 0.5em;
  font-size: 2rem;
  color: white;
}
h1.titulo {
  margin-top:0;
}
.imagem img{
  width: 1000px;
  height: auto;
}
ul li {
  height: 30%;
}
.lista { list-style: none; padding: 0; background-color: #1314026e; margin-left: 100; margin-right: 100;}
.item {
  margin-left: 30px;
  display: flex;
  align-items: center;
  gap: 10rem;
  padding: 0.5rem 0;
  font-size: 2rem;
  color: white;
}
.list-thumb {
  display: grid;
  justify-items: center;
  width: auto;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}


@media (max-width: 600px) {
  .item { gap: 0.5rem; }
  .list-thumb { width: 40px; height: 40px; }
}
