

html, body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #cc7a37 0%, #b55304 50%, #7d4211 100%);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: overlay;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: background 14s ease
  
}
.top-bar {
  align-items: center;
  position: fixed;
  background-color: greenyellow;
  box-shadow: 2px 2px 5px black;
  top: 0px;
  z-index: 100;
  height: 60px;
  width: 100%;
  left: 0.1px;
  display: flex;
  flex-direction: row;
  transition: height 0.5s ease, box-shadow 0.5s ease;
  border-radius: 2px;
  padding-left: 10px;
  
}



.scroll {
  display: flex;
  width: 100%;
  border-radius: 30px;
  height: 27rem;
  align-items: center;
  flex-direction: row;
  overflow-x: auto;
}

.foto-conta-top-bar {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  transition: border-radius 0.4s linear;
  border-radius: 40px;
}

.foto-conta-top-bar:hover {
  border-radius: 15px;
}


.container {
  border-radius: 2rem;
  box-shadow: 3px 3px 5px black;
  background-color: greenyellow;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 2rem 0 2rem ;
  margin: 1rem 2rem 1rem 2rem;
  transition: box-shadow 0.5s ease;
  width: 150px;
  height: 200px;
  margin-top: 100px;
  
}

h2 {
  margin-left: 10px;
}


.game-logo {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}

.game-name {
  
}

.container:hover {
  box-shadow: 1px 1px 5px black;
}

.containera {
  border-radius: 2rem;
  box-shadow: 3px 3px 5px black;
  background-color: greenyellow;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 2rem 0 2rem ;
  margin: 1rem 2rem 1rem 2rem;
  transition: box-shadow 0.5s ease;
  width: 90%;
  height: 500px;
}

.title {
  align-self: baseline;
  color: green;
}

.miniatura {
  align-self: center;
  border-radius: 5px;
  align-self: baseline;
  width: 500px;
  height: 300px;
  box-shadow: 3px 3px 5px black;
  border: 3px solid darkgreen
}

.leave {
  margin-right: 10px;
  transition: border-radius 0.4s linear;
  border-radius: 40px;
  align-self: last baseline;
  text-decoration: none;
  color: green;
}

.play {
  width: 200px;
  color: green;
  background-color: chartreuse;
  box-shadow: 3px 3px 5px black;
  align-self: auto;
  margin-left: 500px;
  position: absolute;
  transition: box-shadow 0.4s ease;
}

.play:hover {
  box-shadow: 1px 1px 5px black;
}

h2 {
  color: darkgreen
}

