body {
    background-image: url('img/20210716_R0858.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: darkorange;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: white;
    background-color: transparent;
    text-decoration: underline;
  }
