@font-face {
    font-family: 'sephoraregular';
    src: url('fonts/Sephora/sephora-webfont.woff2') format('woff2'),
         url('fonts/Sephora/sephora-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Dream Orphans';
    src: url('fonts/Dream Orphans/dream_orphans-webfont.woff2') format('woff2'),
         url('fonts/Dream Orphans/dream_orphans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Prosto';
    src: url('fonts/Prosto/prosto-webfont.woff2') format('woff2'),
         url('fonts/Prosto/prosto-webfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.DysEng {
 font-size: 60;
 font-family: sephoraregular;
 padding: 14px 100px;
 
}


.txt
{
   font-family: Prosto, Helvetica, sans-serif;
}

/*  ----------------------------- links ----------------------------- */

a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Prosto, Helvetica, sans-serif;

}

a:link {
    color: black;
}

a:visited {
  
    color: black;
}

a:hover {
    color: white;
    background-color: black;
}

a:active {
    color: white;
    background-color: black;
}
  