body{
    background-color: white;
}

h1{
    color: white;
    cursor: default;
}

h1::selection{
    color: #76881d;
}

a{
    text-decoration: none;
    cursor: default;
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

