/* ROOT */ 
:root {
  /* background image */
  --background-image-url: url('flowerscrop_edit.jpg');
  --background-size: 1200px;
  --background-color: #43256E;
  --background-repeat: repeat;  
  /* text */
  --font-family: 'Courier New';
  /* colors */
  --content: #f4b8ff;
  --text-color: #f4b8ff; 
  }


a {
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }