@font-face {
    font-family: "PREMIUM";
    src: url("../fonts/Vogue.ttf");
  }

  @font-face {
    font-family: "caup";
    src: url("../fonts/Techovier\ .ttf");
  }

  .about {
    background: url('../imagenes/premium.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    width: 100VW;
    height: 100VW;
    display: flex;
    justify-content: center;
    align-items: center;
}



.txtp{
    font-family: caup;
    font-size: 6VW !important;
    color: #b6a82cad;
}

.txtp2{
  margin-left:25px !important;
  font-family: caup;
  font-size: 6VW !important;
  color: #b6a82cad;
}
