body {
  background-color: black;
  color: white;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
  color: #8be9fd;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
}

main {
  max-width: 920px;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.img-header {
  text-shadow:  3px  3px 0 #E72150,
               -3px -3px 0 #6CBDCF;
  font-size: 7rem;
}

#input {
  height: 3rem;
}

.output-box {
  border-radius: 5px;
  border: 0;
  font-size: 1.2rem;
  width: 480px;
  padding: 1rem;
}

#input input {
  height: 100%;
  padding: 0 0.7rem;
}

@media screen and (max-width: 540px) {
  .output-box {
    width: 95%;
  }
}

#output {
  background-color: white;
  margin: auto;
  overflow: scroll;
}

#output a {
  color: #323740;
}

.error {
  color: #f74a4a;
}

#links button {
  /* margin-left: 10px; */
  width: 160px;
  /* background-color: #8be9fd; */
  color: #fff;
  margin: 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;

  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#links button:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#links button:focus {
  outline: none;
}

#share {
  background-image: linear-gradient(
    to right,
    #24c5e7,
    #63dbf5,
    #4ac5df,
    #24bcdd
  );
  box-shadow: 0 5px 15px rgba(98, 219, 245, 0.4);
}

#back {
  background-image: linear-gradient(
    to right,
    #eb3941,
    #f15e64,
    #e14e53,
    #e2373f
  );
  box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
}

#proxytok {
  background-image: linear-gradient(
    to right,
    #9b32ed,
    #ba78ed,
    #a864dd,
    #9131dd
  );
  box-shadow: 0 5px 15px rgba(186, 120, 237, 0.4);
}
