@font-face {
    font-family: 'DancingScript';
    src: url('/fonts/DancingScript-VariableFont_wght.ttf') format('truetype');
}
html {
    font-size: 16px;
} 
#imgFrase1,#imgFrase2,#imgFrase3
{
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.btn-light {
    background-color: #ffffff !important;
    border: 1px solid #ced4da;
}
#selectsFrase{
    min-height: 300px;
}
.colFrase{
    min-height: 300px !important;
}
.btn-frase1{
    font-size: 40px;
}
.divImagenF3{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 165px;
    background-color:#ffffff;
}
.imagenF3{
    padding: 15px;
    max-width:165px;
}