* {
  margin: 0;
  padding: 0;
}
.container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static left;

}

header,
footer {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: mediumaquamarine;
  color: black;
  box-sizing: border-box;
}

textarea {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: vertical;
    margin-bottom: 10px;
    width: 100%;
}
button {
    padding: 10px;
    font-size: 16px;
    background-color: #007bff;  /* Cor padrão do botão */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover {
    background-color: #0056b3;
}

button:active {
    background-color: #004085;
}
.card {
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.card.expanded {
    transform: scale(1.1);  /* Expande o card */
    background-color: #f8f9fa;  /* Altere a cor de fundo para indicar expansão */
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: white;
}

main {
  width: 100%;
}

section {
  width: 100%;
  margin: 0 auto;
}

.limita-area {
  max-width: 1024px;
}

img {
  width: 350px;
}

img:first-child {
  width: 100%;
}

h2 {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  font-size: 25px;
}

h3 {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  font-size: 25px;

}

p {
  line-height: 32px;
}

p:last-child {
  display: inline;
  background: mediumaquamarine;
  padding: 10px 5px;
}

.mais-informacoes {
  display: block;
  margin: 25px 0;
  font-weight: bold;
  padding-left: 10px;
  border-left: 2px solid blue;
}

.jogos-avaliados {
  width: 100%;
  display: flex;
  margin: 25px 0px;
  overflow-x: scroll;
}
a:hover{
  color:antiquewhite
}


figcaption:hover {
  color: antiquewhite
}


figure {
  display: flex;
  flex-direction: column;
  margin: 5px 10px;
}

figcaption,
figure span {
  margin: 12px 0;
  padding: 12px 5px;
  text-align: center;
  background: mediumaquamarine;
}

a {
  text-decoration: none;
  color: black;
}

.curious {
  display: block;
  margin: 25px 0;
  font-weight: bold;
  padding-left: 10px;
  border-left: 2px solid blue;
}

.inicio {
  color: #ffffff;


}

.about-game {
  line-height: 32px;
  text-align: center;
}
