input::placeholder {
    color: #1c87c9;
    opacity: 1;
  }

  a:link {
    color: #00cc0a;
    background-color: transparent;
    text-decoration: none;
  }
  a:hover {
    color: #015705;
    background-color: transparent;
    text-decoration: none;
  }
