  body {
    background-image: url("../img/rolodex-gif.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
	  position: relative;
  }
{position: absolute; top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* Keeps the link on top */
	display: block;}
  a {
    display: block;
    width: 100%;
    height: 100%;
  }

  p {
    font-family: "Lucida Console", "Courier New", monospace;
    font-weight: 600;
    font-size: 1.6vw;
    color: white;
    margin-left: 0.8vw;
  }

  a:link {
    text-decoration: none;
    color: white;
  }


  a:visited {
    text-decoration: none;
    color: white;
  }


  a:hover { text-decoration: none; }


  a:active { text-decoration: none; }
