/* -------------------------------------------------------- */
/* FONTS */
/* -------------------------------------------------------- */

@font-face {
font-family: font name here;
src: url(link to font goes here);
}

@font-face {
font-family: font name here;
src: url(link to font goes here);
}

@font-face {
font-family: font name here;
src: url(link to font goes here);
}


/* -------------------------------------------------------- */
/* CURSOR */
/* -------------------------------------------------------- */

/* Custom image for the entire website */
body {
  cursor: url('https://www.rw-designer.com/cursor-set/pink-bow-mimi-destino'), auto;
}

/* Custom image only when hovering over links */
a:hover {
  cursor: url('https://www.rw-designer.com/cursor-set/pink-bow-mimi-destino'), pointer;
}


/* -------------------------------------------------------- */
/* BACKGROUND */
/* -------------------------------------------------------- */

body {
  background-image: url("images/pinkwhitebg.jpg");
  background-color: add color here ;
  background-repeat: no-repeat; /* Prevents the image from tiling */
  background-position: none;  /* Centers the image */
  background-size: cover;      /* Scales image to cover the entire container */
  background-attachment: fixed; /* Creates a parallax scrolling effect */
}

/* -------------------------------------------------------- */
/* IMAGE-MAP */
/* -------------------------------------------------------- */








/* -------------------------------------------------------- */
/* FOOTER */
/* -------------------------------------------------------- */





/* -------------------------------------------------------- */
/* IMAGES */
/* -------------------------------------------------------- */







