* {
    margin: 0;
    padding: 0;
  }

  @font-face{
    font-family: free-fire;
    src:url(../fuente/UrbanJungleDEMO.otf)
  }

  body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #070c24;
  }
  .container .imgBox:before{
    font-family: free-fire;
  }
 .pc{
  height: 30%;
 }

 mlz-ff{
  --img-pc: 80%
 }