@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

* {
  font-family: "Montserrat";
}

body {
  margin: 0;
}

.container-logo {
  background-color: #ffc107;
  text-align: center;
}

nav {
  background-color: #ffa000;
  text-align: center;
  box-shadow: inset 0px 8px 8px -6px rgba(0, 0, 0, 0.713);
}

main {
  display: flex;
}
section {
}

aside {
  width: 720px;
  text-align: center;
  background-color: #fff;
  align-items: center;
}

.menu {
  margin: 0;
  padding: 0;
}

.menu-item {
  display: inline;
}

.menu-item-link {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  margin: 12px 20px;
  text-transform: lowercase;
}

section {
  margin-left: 120px;
}

.titulo-receita {
  color: #ffa000;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 28px;
}

.imagen-receita {
  width: 592px;
  height: 311px;
}

ul {
  margin: 32px 2px 32px 2px;
  padding: 0;
}

.descricao-receita {
  display: inline;
  list-style: none;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #176902;
  border: solid 1px #176902;
  text-align: left;
  padding: 7px 22px;
  margin-right: 19px;
  box-sizing: border-box;
  border-radius: 47px;
}

.titulo {
  font-weight: bold;
  font-size: 20px;
  font-family: "Montserrat";
  text-transform: lowercase;
}

.container-receita {
  margin-top: 35px;
}

.container-video {
  margin-top: 35px;
}

.container-preparo {
  margin-top: 35px;
  width: 592px;
  height: 576px;
}

/* CONTEÚDO DO ASIDE */

.relacionadas-titulo {
  font-size: 30px;
  font-weight: 500;
  font-family: "Montserrat";
  color: #ffa000;
  margin-top: 178px;
}

.container-imagem-relacionada {
  width: 345px;
  height: 411px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 50px 170px;
}
.imagem-relacionada {
  width: 345px;
  height: 342px;
}

.relacionada-receita {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 600;
  margin: 14px 50px;
}

footer {
  background-color: #ffc107;
  height: 119px;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.imagem-rodape {
  width: 324px;
  height: 84px;
  margin-top: 18px;
}
.rodape {
  font-family: "Montserrat";
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline;
  margin-top: 50px;
}

@media (max-width: 480px) {
  footer {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .imagem-rodape {
    width: 50%;
    height: 40px;
    margin: 5px;
  }

  .rodape {
    font-family: "Montserrat";
    margin: 5px;
    font-size: 11px;
    font-weight: 600;
  }
}
