body{
    background: #219653;
  }
  .container {
      margin: 0 auto;
      width: 80%;
      margin-top: 8%;
      margin-bottom: 4%;
    }
  
    * {
      color: #fff !important;
      font-family: 'Inter', sans-serif !important;
    }
    .frase{
    text-align: center;
    color: white;
    font-weight: bold;
}

.ImagemVaz{
    width: 50% !important;
    height: 150px;
    margin-left: 25% !important;
    margin-top: 3%;
    object-fit: contain;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }

#TituloImg{
  max-width: 600px;
  max-height: 600px;
}

@media (max-width: 800px) {
  #TituloImg{
    max-width: 300px;
    max-height: 300px;
  }
}

