@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');
* {
  color: white;
  font-family: Outfit, sans;
}
html {
  height: 100%;
  width: 100%;
  background-color: black;
}
#one {
  text-align: center;
}
#newurl {
  color: black;
  border: none;
  border-radius: 8px;
  padding: 15px 15px 15px 15px;
  outline: none;
}
#lengthen,#copy {
  color: black;
  border: 2px black;
  border-radius: 8px;
  padding: 10px 15px 10px 15px;
  outline: none;
  margin-top: 20px;
}
#lurl2 {
  color: black;
  border: none;
  border-radius: 8px;
  padding: 15px 15px 15px 15px;
  outline: none;
  resize: none;
  margin-bottom: 20px;
  text-align: center;
}
