body {
    background-color: MediumPurple;min-height: 100vh;border-radius: 20px;
}
.a{
    margin: 0px;
    padding: 10px;
    background-color: black;
    height: 100vh;
    width: 400px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    position: relative;
    
}

.t{
   height: 100px;
    width: 400px;
    background-color: green;
}

.g{
  margin: 5px;
  height: 370px;
  width: 400px;
  background-color: rgb(168, 151, 184);
  display: flex;
  border-radius: 15px;
  top: 180px;
  position: absolute;
  background-image: url("gif.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: flex-end;
  }
  p {
  opacity: 0.1;
}
.player {
  width: 320px;
  border-radius: 15px;
  overflow: hidden;
   display: flex;
  top: 570px;
  position: absolute;
}

.perso{
 width: 320px;
  border-radius: 15px;
  overflow: hidden;
   display: flex;
  top: 570px;
  position: absolute;
} 
.s{ 
  height: 50px;
  width: 345px;
  margin: 5px;
  padding: 10px;
  background-color: black;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 15px;
  top: 680px;
  position: absolute;
  bottom: 20px;   /* distância do fundo */
  left: 50%;
  transform: translateX(-50%);
}


.s a {
  color: black;
  font-size: 28px;
  transition: 0.3s;
  margin: 10px;
}

.s a:hover {
  color: white;
  transform: scale(1.2);
}
