@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.p-produto {
    background-color: #333333;
    font-size: 50px;
    color: white;
    padding: 120px;
    
}

.p-quantidade {
    text-align: left;
    left: 90px;
}

.p-rua {
    text-align: left;
}

.p-predios {
    text-align: left;
}

.p-niveis {
    text-align: left;
}

.p-apartamentos {
    text-align: left;
}

.produto-info {
    background-color: #f7d935;
    position: relative;
    text-align: center;
    align-items: center;
    font-size: 30px;
    height: auto;

}

.output {
    background-color: red;
}

* {
    font-family: 'Poppins', sans-serif;
  }
    table {
      border-collapse: collapse;
      width: 100%;
    }

    th, td {
      border: 1px solid #dddddd;
      text-align: left;
      padding: 8px;
    }

    th {
      background-color: #f2f2f2;
    }

    .resultado {
      background-color: #f0f0f0;
      padding: 10px;
    }

    .text-total {
      font-weight: 600;
      text-align: center;
      background-color: #333333;
      color: white;
    }

    .text-resultadototal {
      font-weight: 600;
      text-align: center;
      background-color: #333333;
      color: white;
    }