h1,h4{
    text-align: center;
    /* font-family: 'Arial', sans-serif; */
    color: #333;
    margin-top: 20px;
}


body{
 background: url("photo.jpg");
    /* height: 100vh; */
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Fredoka', sans-serif !important;

}

#dogImg {
    width: 300px;
    height: auto; /* Keeps aspect ratio */
    display: block;
    margin: 0 auto;
}

#catFact {
    font-weight: bold;
    font-size: larger;
}

.container{
    padding-top: 20px;
}

/* h3{
    text-decoration-line: underline;
     text-decoration-color:green;
    text-decoration-style: wavy;
} */

