body {
    background-image: url(../images/petco-park.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

h1 {
    font-family: 'Cinzel Decorative', cursive;
    color: whitesmoke;
}

h2 {
    font-family: 'Anton', sans-serif;
    color: red;
}

h5 {
    font-family: 'Gloria Hallelujah', cursive;
    color: white;
}

.card {
    background: navy;
    text-align: center;
    margin-top: 100px;
    margin-left: 200px;
    margin-right:200px;
    margin-bottom: 100px;
}

h3 {
    font-family: 'Shadows Into Light', cursive;
    color: white;
}

form {
    font-family: 'Anton', sans-serif;
    color: orangered;
}

#timeRemaining {
    margin-top: 100px;
}


