* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background: #06111C;
}
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: #BB2020;
  padding-left: 1rem;
  padding-top: 1rem;
  border-radius: 5px;
}

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

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

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