body {
  margin: 0;
  padding: 0;
  background-image: url('assets/gilbert.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
   .secret{
      position: fixed;
      top: 10px;
      left: 10px;
      font-size: 30px;
      color: black;
      text-decoration: none;
    }
     .curse{
      position: fixed;
      top: 29px;
      left: 20px;
      font-size: 30px;
      color: black;
      text-decoration: none;
    }
