body {
  background-image: url('giphy3.gif');
    background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-family: Papyrus, fantasy;
  align-items: center;

  display: flex;
  flex-direction: column;
  justify-content: center; /* centre horizontal */
  cursor: url("cursorr32.png"), auto;

}
    
    
a:hover {
  cursor: url("cursor232.png"), pointer;
}

h1 {text-align: center;
padding-top: 10; }
h2 {text-align: center;}

/* CONTENEUR GLOBAL */
.container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 10px auto;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  
}

.row {
  display: flex;
  gap: 20px;

}

/* RECTANGLE CENTRE (PRINCIPAL) */
.center {
  background: #0A0A0A;
  width: 900px;
  background-color: rgba(60, 27, 108, 0.5);
  border: #7D5EA1 5px solid;
  border-radius: 20px; 
  text-align: center;
}

.marquee {
  width: 200px;
}

.fanart img {
  width: 300px;
  height: 400px;
  object-fit: cover;
}

.fanart {
  padding: 50px;
  gap: 120px;
  display: grid;
  grid-template-columns: repeat(2, 300px);
  justify-content: center;
}
