body{
    background-image: url("maybeanothername-background.jpg");
    cursor: url("cursor-moonrod.png"), auto;
    font-family: "Comic Neue", cursive;
}

header{
    background-image: url("bann-neocity.png");
    height: 330px;
    background-size: 100%;

}

h1{
    position: absolute;
    left: 300px;
    top: 50px;
    color: #f2c6e1;
    font-family: "Meow Script", cursive;
    font-size: 60pt;
text-shadow: #a9116e 0 -1px 4px, #b31e79 0 -2px 10px, #f72eaa 0 -10px 20px, #b31e79 0 -18px 40px;
}

.subtitle{
    position: absolute;
    left: 350px;
    top: 160px;
    font-family: "Silkscreen", sans-serif;
    color: #b31e79;
}

.container{
    width: 75%;
    margin:auto;
}

nav{
    background-color: #941b64;
    color: rgba(255, 255, 255, 0.274);
    margin-top: 5px;
    padding: 5px;
    font-family: "Silkscreen", sans-serif;
    text-align: center;
}

nav a{
    color: rgba(255, 255, 255, 0.738);
    text-decoration: none;
    font-family: "Silkscreen", sans-serif;
    font-size: large;
    transition: 0.2s;
}

nav a:hover{
    letter-spacing: 5px;
    color: white;
    transition: 0.4s;
    cursor: url("cursor-ahover-homepage.gif"), auto;
}

nav ul{
    list-style: none;
}

nav ul li{
    display: inline;
}

.marquee-rtl {
  margin-top: 10px;
  overflow: hidden;                     /* masque tout ce qui dépasse */
}

/* le bloc défilant */
.marquee-rtl > :first-child {
  display: inline-block;                /* modèle de boîte en ligne */
  padding-right: 2em;                   /* un peu d'espace pour la transition */
  padding-left: 100%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 20s infinite linear;
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-100%,0,0);  /* position finale à gauche */
  }
}

h3{
    font-family: "Silkscreen", sans-serif;
}

strong{
    color: #a9116e;
    font-weight: bold;
}

strong:hover{
    font-style: italic;
}

.parent {
display: grid;
grid: 150px / auto auto auto;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 8px;
grid-row-gap: 15px;
background-color: whitesmoke;
}

.div1 { 
    grid-area: 1 / 1 / 2 / 2; 
    margin-top: 10px;
    background-color: white;
    border: 2px dashed #941b64;
    padding: 10px;
    text-align: center;
    color: #860f56;
}

.avatar{
    width: 150px;
}

.name{
    font-family: "Meow Script", cursive;
    font-size: 28pt;
}

.div2 { 
    grid-area: 1 / 2 / 2 / 4; 
    margin-top: 10px;
    background-color: white;
    border: 2px dashed #941b64;
    padding: 10px;
    color: #520333;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}

ul{
    list-style-image: url("puce.gif");
}

.div3 { 
    grid-area: 1 / 4 / 2 / 5;
    background-color: white;
    border: 2px dashed #941b64;
    padding: 10px;
    margin-top: 10px;
 }

.div4 { 
    grid-area: 2 / 1 / 3 / 2;
    background-color: white;
    padding: 10px;
    overflow: auto;
 }

.div5 { grid-area: 2 / 2 / 3 / 4; 
background-color: #a9116e;}
.div6 { grid-area: 2 / 4 / 3 / 5; }
.div7 { grid-area: 3 / 1 / 4 / 2; }
.div8 { grid-area: 3 / 2 / 4 / 4; 
background-color: #a9116e;}
.div9 { grid-area: 3 / 4 / 4 / 5; }


  .silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-bold {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.delius-swash-caps-regular {
  font-family: "Delius Swash Caps", cursive;
  font-weight: 400;
  font-style: normal;
}
.meow-script-regular {
  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.comic-neue-light {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: normal;
}

.comic-neue-regular {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: normal;
}

.comic-neue-bold {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: normal;
}

.comic-neue-light-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: italic;
}

.comic-neue-regular-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: italic;
}

.comic-neue-bold-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: italic;
}.comic-neue-light {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: normal;
}

.comic-neue-regular {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: normal;
}

.comic-neue-bold {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: normal;
}

.comic-neue-light-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: italic;
}

.comic-neue-regular-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: italic;
}

.comic-neue-bold-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: italic;
}