body {
  background-color: black;
  color: white;
  /* padding-left: 100px;
  padding-right: 100px; */
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}

a {
  color: white;
  text-decoration: none;
  margin-left: 70px;
  font-weight: bold;
  text-align: center;
}

.partner {
  border: 1px solid orangered;
  text-align: center;
  background-color: orangered;
  padding: 9px;
  margin-left: 100px;
  border-radius: 10px;
}

.alvaro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}
.learn {
  padding: 10px;
  width: 150px;
  background-color: orangered;
  border: 1px solid orangered;
  border-radius: 5px;
}
footer {
  background-color: #3b3a3a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.quest {
  font-size: 30px;
  font-weight: bold;
}
.foot {
  padding-left: 100px;
  padding-right: 100px;
}
button {
  background-color: white;
  color: black;
  padding: 10px;
  border: 1px solid white;
  border-radius: 5px;
  width: 150px;
}

@media (min-width: 480px) and (max-width: 1024px) {
  a {
    display: none;
  }

  .partner {
    display: none;
  }
  .dropdown {
    width: 30px;
    color: white;
  }
  .alvaro {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer {
    text-align: center;
    height: 700px;
    flex-direction: column;
  }
}
