body{
  background-color: #fcf7f7;
  background-image: url("Visuals/grid.png");
  background-size: 15%;
}

.general {
  margin: auto;
  width: 1050px;
}
.Banner{
  margin: auto;
  text-align: center;
  margin-top: 15px;
  width: 1050px;
  height: 115px;
}
.backButton{
  text-align: center;
  }
  
  .Content{
    /*background-color: #fcf7f7;*/
    text-align: center;
    /*border: dashed;
    border-color: pink;
    border-width: 4px;*/
    width: 1050px;
    /*height: 440px;*/
    display: block;
    /*float: left;*/
    padding: 30px;
    margin-left: 10px;
    margin-top: 3px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    /*overflow-y:scroll*/
  }
  
  
  .MusicChest{
    display: inline-block;
    background-color: #fcf7f7;
    text-align: center;
    border: dashed;
    border-color: pink;
    border-width: 4px;
    width: 300px;
    padding: 30px;
    /*margin: 10px;*/
  }
  
  .GamesChest{
    display: inline-block;
    background-color: #fcf7f7;
    text-align: center;
    border: dashed;
    border-color: pink;
    border-width: 4px;
    width: 500px;
    padding: 30px;
    margin: 10px;
  }
  
  .MovieChest{
    display: inline-block;
    background-color: #fcf7f7;
    text-align: center;
    border: dashed;
    border-color: pink;
    border-width: 4px;
    width: 400px;
    padding: 30px;
    margin: 10px;
  }
  
  .BookChest{
    display: inline-block;
    background-color: #fcf7f7;
    text-align: center;
    border: dashed;
    border-color: pink;
    border-width: 4px;
    width: 150px;
    padding: 30px;
    margin: 10px;
  }
  
  .OtakuChest{
    display: inline-block;
    background-color: #fcf7f7;
    text-align: center;
    border: dashed;
    border-color: pink;
    border-width: 4px;
    width: 350px;
    padding: 30px;
    margin: 10px;
  }
  
  .quizzCursedObj{
    display: inline-block;
    background-color: #fcf7f7;
    text-align: center;
    border: dashed;
    border-color: pink;
    border-width: 4px;
    width: 300px;
    padding: 30px;
    margin: 10px;
    font-size: 12px;
  }
  
  .quizzAC{
    display: inline-block;
    background-color: #fcf7f7;
    text-align: center;
    border: dashed;
    border-color: pink;
    border-width: 4px;
    width: 250px;
    padding: 30px;
    margin: 10px;
    font-size: 12px;
  }
  .persTest{
    display: inline-block;
    background-color: #fcf7f7;
    text-align: center;
    border: dashed;
    border-color: pink;
    border-width: 4px;
    width: 400px;
    padding: 5px;
    margin: 10px;
    font-size: 12px;
  }
  
.imgFlotante2{
  position: fixed;
  padding: 0px;
  bottom: 0px;
  right: 0px;
}

  /* unvisited link */
a:link {
  color: pink;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: pink;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: red;
  text-decoration: none;
}
