body {
    margin: 0;
    font-family: 'PT Mono', monospace;
    text-align: center;
    display: flexbox;
    align-content:center;
    background-color: black;
    margin: 0px;
  }
  
  #banner {
    background-image: url("../imagens/redsun.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-weight: 70;
    height: calc(100vh - 100px);
    font-size: 18px;   /* Tamanho texto */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

nav {
    background-color: #000000;
    display: flex;
    justify-content: center;
    gap: 58px;
    height: 48px;
    align-items: center;
  }


.container {
    width: 200px;
    height: 200px;
    border: 2px solid rgb(255, 255, 255);
    /* background: rgb(0, 0, 0); */
    width: 500px;
    height: calc(70vh - 70px);
    color:#ddd;
    justify-content: center;
    align-items: center;
}

.menu-item {
    display: inline;
  }

  .menu-item-link {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    margin: 10px 30px;
    
  }
#banner-down div {
    text-align: center;
    width: 400px;
    font-weight: 500;
    font-size: 20px;
  }

  #imagem-index-topo p {
    margin-top: 0;
    padding: 166px 101px 302px 900px;
    text-align: center;
    width: 400px;
  }
  
  #banner-down div {
    text-align: center;
    width: 400px;
    font-weight: 500;
    font-size: 20px;
  }

  footer {
    background-color: #000000;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
  }
