body {
  background-color: #222;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 auto;
  width: 100%;
}

h1,
h2,
h3 {
  color: #a29bfe;
  width: 100%;
  text-align: center;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 2.3em;
  font-weight: 700;
  margin-top: 20px;
  height: 22px;
}

p,
label {
  color: #fff;
  margin: 5px 0;
  text-align: center;
}

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 20vh;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 1);
  background-color: #574b90;
}

section {
  border-top: 2px solid #a29bfe;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.box {
  width: 30%;
  border: 2px solid #a29bfe;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;

  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 1);
  border-radius: 20px;
  transition: 0.2s;
  will-change: background-color;
  background-color: #222;
  padding: 30px 0;
  height: 60vh;
}

.box:hover {
  background-color: #333;
}

img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ladost {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}

input {
  width: 90%;
  margin: 5px 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 1);
  border-radius: 5px;
  font-size: 20px;
  margin: 10px 0;
  padding: 2px 5px;
  background-color: #574b90;
  color: #a29bfe;
  outline: none;
  border: none;
}

.inpt {
  width: 80%;
}

.base,
.l1,
.l2,
.altura {
  display: flex;
  flex-direction: column;
  width: 30%;
}

button {
  font-family: "Roboto Condensed", sans-serif;
  width: 350px;
  margin: 5px 0;
  color: #a29bfe;
  background-color: #333;
  border: 2px solid;
  font-size: 16px;
  padding: 3px 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 1);
  border-radius: 20px;
  cursor: pointer;
  font-size: 1.2em;
  transition: 0.2s;
  will-change: background-color;
}

button:hover {
  background-color: #222;
}
