* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body{
  background-color: black;
}
header h1,
h2 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: white;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}
.cores-palavras {
  width: 90%;
  background: #723B70;
  padding-left: 1rem;
  padding-top: 1rem;
  border-radius: 5px;
}

label {
  text-align: center;
  font-size: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  color: white;
}

input[type="text"] {
  width: 90%;
  border: 0;
  border-radius: 2px;
  font-size: 2rem;
  
}

input[type="button"] {
  width: 30%;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1rem;
  background: #768591;
  color:white;
  margin-top: 20px;
}
.resultado{
  color: white;
  font-size: 2rem;
}
.cores-palavras {
  margin-top: 2rem;
}
footer {
  text-align: center;
  color: white;
  background: #723B70;
  margin-top: 20px;
}

.icon-github,
.icon-linkedin {
  font-size: 1.5rem;
  margin-top: 1rem;
  letter-spacing: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}
