
:root {
  --cyanny: #7ACCB8; 
  --bluey: #64A1AD;
  --greyy: #8D8F8F;
  --orangey: #C77943;
  --yellowy: #F2D180;
  --whitey: #D3E4F1;
}

body {
  background-image: url("assets-index/cork-bgv2.jpg");
  background-attachment: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
}

/*! temp */

  .header {
    background-image: url("cursor/Link/venuscursor-link3.png");
    background-repeat: repeat-x;
    position: relative;
    top: 20px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 50px;
}

.main-content {
    margin-top: 20px;
    margin-left: 20px; 
    padding: 10px;
}
  

html, body {
  cursor: none;
}

::selection {
background-color: var(--greyy);
color: var(--whitey);
}