@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    src: url(../fonts/DancingScript-VariableFont_wght.ttf);
}

.dancing-script {
    font-family: 'Dancing Script';
}

.card-header h1 {
    font-size: 50px;
    font-weight: bold;;
}

.prihlaseni-pozadi {
    background-image: url(../images/pozadi.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}