@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');

body {
    margin: 0;
    font-family: 'PT Mono', monospace;
  }

  .container-logo {
    background-color: #494843;
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 5px grey;
    align-items: center;
    justify-content: center;
  }

  nav {
    background-color: #080808;
    display: flex;
    justify-content: center;
    gap: 50px;
    height: 50px;
    align-items: center;
  }

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

  .menu-item {
    display: inline;
  }

  .menu-item-link {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    margin: 10px 30px;
    
  }
  
  #pagina-tattoo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 80px 0;
  }

  #titulo-pagina {
    margin-top: 80px;
    color: #ffc107;
    font-weight: 700;
    font-size: 50px;
    margin-left: 50px;
    
  }

  .break {
    flex-basis: 100%;
    height: 0;
  }

  #banner {
    background-image: url("../imagens/redsun.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-weight: 700;
    height: calc(100vh - 100px);
    font-size: 70px;   /* Tamanho texto */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #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;
  }
  #banner-down h2 {
    font-weight: 700;
    font-size: 55px;
    text-align: left;
  }
  footer {
    background-color: #000000;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  #contato-1{
    display: inline-block;
  }

  #contato-2{
    display: inline-block;
  }
