:root {
  --white: #fffefc ;
  --brightPink: #fa007d ;
}

#gen {
  display: flex;
  flex-direction: row;
}

#title {
  align-content: center;
  justify-content: center;
  text-decoration: none;
}

#img {
  height: 100%;
  width: 400px;
}


.ani {
  
}

/*p {
  transition: 0.4s;
}*/

h1 {
  size: 50px;
  color: var(--white);
  text-align: center;
  font-family: 'DOVES';
  text-decoration: none;
  
}

h1:hover {
  color: var(--brightPink);
  cursor: pointer;
}

