
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Quicksand&display=swap');

* {
    font-family: 'Indie Flower', sans-serif !important;
}

html {
    background-color: #222222;
}



#container2 {
    border-radius: 0px;

    background-image: url("./doggieBg.jpg") !important;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; 
    box-shadow: 5px, 5px, 20px, 50;
}

#container2 p {
    font-family: 'quicksand', sans-serif !important;
    font-size: 100%;
    font-weight: light;
    margin-top: 20px;

}

.uk-card-body {
    border-radius: 15px;
    box-shadow: 5px, 5px, 20px, 50;
}

.image-header {
    background-image: url("/assets/images/pawPair_logo.svg" alt="Paw Pair");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    }

#startQuiz {
    border-radius: 10px !important;
    border-color: #FF7979 !important;
    border-width: 2px !important;
    color:#FF7979 !important;
    font-size: 120% !important;
}

#savedPets {
    border-radius: 10px !important;
    border-color: #FF7979 !important;
    border-width: 2px !important;
    color:#FF7979 !important;
    font-size: 120% !important;
}

button:first-child {
    border-radius: 10px !important;
    border-color: #FF7979 !important;
    border-width: 2px !important;
    color:#FF7979 !important;
    text-size: 120% !important;
}

button {
    border-radius: 10px !important;
    border-color: #FF7979 !important;
    border-width: 2px !important;
    color:#FF7979 !important;
    font-size: 140% !important;
    height: 60px;
}


p {
    font-size: 150%;
}


.uk-card-default {
    background-color:#222222;
    height: 96vh;
    max-height: 96vh;

}

.uk-card-default p {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 80%;
}

.uk-card-default img {
    border-radius: 10px;
    width: 100vw; 
    height: 30vh; 
    object-fit: cover;
}

#layer_1 {
    width: 50vw !important;
    }

.uk-badge {
    font-family: 'quicksand', sans-serif !important;
    font-weight:700;
    margin-right: 10px;
    background-color:#c5494a !important;
    color:#222222 !important;
    margin-bottom: 10px;
}

.uk-badge:nth-child(3n+1) {
    font-family: 'quicksand', sans-serif !important;
    font-weight:700;
    margin-right: 10px;
    background-color:#FEDB29 !important;
    color:#222222 !important;
}

.uk-badge:nth-child(3n+2) {
    font-family: 'quicksand', sans-serif !important;
    font-weight:700;
    margin-right: 10px;
    background-color:#65C3A1 !important;
    color:#222222 !important;
}

.uk-card-body h1 {
    margin-bottom: 2;
    margin-top:5px;;
}

.st0{fill:#65C3A1;}
.st1{fill:#C5494A;}
.st2{fill:none;stroke:#F37879;stroke-width:2;stroke-miterlimit:10;}