body {
  background-color: #fffba8; 
  font-family: rainyhearts;
  font-size: 1rem;
  cursor: url('assets/cursors/pulsingheart.gif'), auto;
  background-image: url('assets/backgrounds/move_heart.gif');
  text-align: center;
  }

   @font-face {
font-family: butterfly;
src: url(assets/fonts/AButterflyOnaDaffodil.ttf);
}

@font-face {
font-family: pretty;
src: url(assets/fonts/prettyontheinside.ttf);
}

@font-face {
font-family: ds;
src: url(assets/fonts/Nintendo-DS-BIOS.ttf);
}

@font-face {
font-family: rainyhearts;
src: url(assets/fonts/rainyhearts.ttf);
}
 

.rv-nav-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 20px;
}

.rv-nav-buttons a {
  background: #f2f1f4;
  color: #470060;
  text-decoration: none;
  font-family: rainyhearts;
  font-size: 0.9rem;
  padding: 8px 18px;
  border-radius: 20px;
  border: 2px solid #ff90b6;
}

.rv-nav-buttons a:hover {
  background: #ff90b6;
  color: #f2f1f4;
}