body {
  background-image:url("/../../assets/images/texture/party.gif");
  color:var(--purple);
  font-family:cursive;
  margin:50px;
}

:root {
    
    --red: #ff0000;
    --orange: #f97800;
    --yellow: #ffd800;    
    --green: #259a25;
    --mint: #56e2b1;
    --teal: #00998d;
    --cyan: #29c9e5;
    --blue: #0026ff;
    --indigo: #32108a;
    --purple: #b200ff;
    --pink: #ff55cc;
    --black: #000000;
    --gray: #797979;
    --white: #ffffff;
    --brown: #92501c;
    --biege: #ffeb87;
    
}

main {
  background-image:url("/../../assets/images/texture/confetti.jpg");
  background-size:64px;
  border:solid saddlebrown 5px;
  padding:20px;
}

