body {
  background-color: #fac3ca;
  color: #000000;
  font-family: "Cherry Bomb One", "Yomogi", system-ui, cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;   
  justify-content: center; 
  min-height: 80vh;  
  margin: 0;  

}

h1 {
  font-family: "Cherry Bomb One", system-ui;
  font-size: 70px;
}


p {
  font-family: "Yomogi", cursive;
  font-weight: bold;
  font-size: 20px;
}

#CV {
  font-family: "Yomogi", cursive;
  font-size: 70px;
}