 body {
      margin: 0;
      width: 100%;
      height: 100%;
      overflow: hidden
    }

    a {
      color: rgb(0, 255, 229);
    }

    a:link {
      text-decoration: none;
    }

    a:visited {
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    a:active {
      text-decoration: underline;
    }

    .footer {
      position: fixed;
      width: 100%;
      text-align: center;
      bottom: 15px;
    }