@font-face {
    src:url("../fuentescss/rembus.otf");
    font-family:'rembus';
    font-weight: normal;
    font-style: normal;
  }
  
  .rembus{font-family:'rembus';}
  
  @font-face {
    font-family: 'fls';
    src: url("../fuentescss/feellove.ttf");
    font-weight: normal;
    font-style: normal;
  }
  
  .fls{font-family:'fls';}

  @font-face {
    font-family: 'fgirl';
    src: url("../fuentescss/fgirl.TTF");
    font-weight: normal;
    font-style: normal;
  }

  .fgirl{font-family: 'fgirl';}

  @font-face {
    font-family: 'romantic';
    src: url("../fuentescss/romanticdates.ttf");
    font-weight: normal;
    font-style: normal;
  }

  .romantic{font-family: 'romantic';}

  @font-face {
    font-family: 'aliqa';
    src: url("../fuentescss/Aliqa.ttf");
    font-weight: normal;
    font-style: normal;
  }

  .aliqa{font-family: 'aliqa';}

  @font-face {
    font-family: 'vlc';
    src: url("../fuentescss/valentinecute.ttf");
    font-weight: normal;
    font-style: normal;
  }

  .vlc{font-family: 'vlc';}

  @font-face {
    font-family: 'klcupid';
    src: url("../fuentescss/klcupid.ttf");
    font-weight: normal;
    font-style: normal;
  }

  .klcupid{font-family: 'klcupid';}

  @font-face {
    font-family: 'woman';
    src: url("../fuentescss/Woman.otf");
    font-weight: normal;
    font-style: normal;
  }

  .woman{font-family: 'woman';}

  @font-face {
    font-family: 'womanre';
    src: url("../fuentescss/WomanRegular.ttf");
    font-weight: normal;
    font-style: normal;
  }

  .womanre{font-family: 'womanre';}

  @font-face {
    font-family: 'beauty';
    src: url("../fuentescss/Beauty.otf");
    font-weight: normal;
    font-style: normal;
  }

  .beauty{font-family: 'beauty';}

  @font-face {
    font-family: 'beautyd';
    src: url("../fuentescss/BeautyDisplay.otf");
    font-weight: normal;
    font-style: normal;
  }

  .beautyd{font-family: 'beautyd';}

  @font-face {
    font-family: 'beautydr';
    src: url("../fuentescss/BeautyDisplayRegular.ttf");
    font-weight: normal;
    font-style: normal;
  }

  .beautydr{font-family: 'beautydr';}

  @font-face {
    font-family: 'beautyrr';
    src: url("../fuentescss/BeautyRegular.ttf");
    font-weight: normal;
    font-style: normal;
  }

  .beautyrr{font-family: 'beautyrr';}

  @font-face {
    font-family: 'momentvalentine';
    src: url("../fuentescss/momentvalentine.ttf");
    font-weight: normal;
    font-style: normal;
  }

  .momentvalentine{font-family: 'momentvalentine';}
  
  .gofonts{font-family: 'Pacifico', cursive;}

  .contenedors{
    position: relative;
    display: inline-block;
    text-align: center;
  }

.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
  }

.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .textojustificado{
    text-align: justify;
  }