body {
  background-color: #1E1E1E;
  margin: 0px;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 10vh 70vh 20vh;
  grid-gap: 10px;
}

header {
  background-color: #1E1E1E;
  grid-column: 1/3;
  margin-right: 50%;
}

main {
  background-color: #1E1E1E;
}

aside {
  margin-top: -20%;
}

.image-home {
  height: 120%;
  width: 100%;
}

.logo {
  margin-left: 10%;
  margin-top: 5%;
  width: 10%;
  height: 20%;
}

.ul {
  margin: 28%;
  /* background-color: #24221F; */
  width: 50%;
  height: 50%;
  border-radius: 5%;
}

.li {
  list-style: none;
  margin-left: 25%;
}

.button1 {
  margin-top: 30%;
  background-color: #FFC632;
  width: 200px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  border: none;
}

.button2 {
  margin-top: 10%;
  background-color: #FFC632;
  width: 200px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  border: none;
}

.button-link {
  text-decoration: none;
  color: #473404;
  font-family: Arial, Helvetica, sans-serif;
}