body {
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  width: 80%;
  margin-bottom: 20%;
  max-width: 80rem;
  text-align: center;
}

.logo {
  width: 20rem;
}

input,
button {
  height: 6rem;
  font-size: 3rem;
}

footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 2rem;
  color: var(--color-primary);
  text-align: center;
}

footer img {
  width: 7rem;
}