
*{
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.BlueBG {
    background-color: rgb(3, 3, 100);
}
header  {
    
    width:100%;
    height: 60px;
    
}
header h2 {
    color: white;
    text-align: center;
    padding: 10px 0px 2px;
}
.Banner{
    margin-bottom: 40px;
    
}
.Banner img {
    width: 100%;
}
.puppies-section {

}
.puppy1,  .puppy2 {
    margin: 20px 20px;

}
.puppy1 img, .puppy2 img {
    width: 100%;
}
.missing-puppy {
    display: none;
}
.more {
    margin: 20px 0px;
}
.more p {
    font-size: 30px;
    font-weight: 100px;
    text-align: center
}
.puppy3 img, .puppy4 img {
    width: 100%;
}
.puppy3 , .puppy4 {
    margin: 20px 20px;

}
/* Footer Style */
footer  {
    
    width:100%;
    height: 60px;
    
}
footer h3 {
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

@media (min-width: 768px) {
    header  {
        height: 80px;
        
    }
    header h2 {
        color: white;
        text-align: center;
        padding: 10px 0px 2px;
        font-size: 40px;
    }
    .missing-puppy {
        display: block;
        background-color: rgb(210, 30, 30);
        width: 320px;
        height: 395px;
        margin: 20px 0px;

    }
    .missing-puppy p { 
        font-size: 80px;
        font-weight: 100px;
        text-align: center;
        padding-top: 50px;
    }


    .puppies-section {
        display: flex;
    }
    .puppy1, .missing-puppy, .puppy2 {
        width: 33.3%;
    
    }
    .more {
        margin: 20px 0px;
    }
    .more p {
        font-size: 40px;
        font-weight: 900px;
        text-align: center
    }
    .two-puppy {
        display: flex;
        justify-content: center;
    }
    .puppy3 , .puppy4 {
        /* width: 50%; */
    
    }
    footer  {
        height: 90px;
        
        
    }
    footer h3 {
        font-size: 40px;
        padding-bottom: 20px;
    
    }
}











/* .puppies-section {
    display: flex;
    
    justify-content: center; 
    
    }



.missing-puppy { 
    background-color: rgb(210, 30, 30);
    width: 320px;
    height: 311px;
    margin-left: 5px;
    margin-right: 5px;  
}
p {
    font-size: 60px;
    font-weight: 100px;
    text-align: center;
    
}


.two-puppy {
    display: flex;
    justify-content: center; 
    align-items: center;
}
.puppy3{

    margin-right: 25px;
}
.puppy4{
    margin-left: 25px;


}



.more{
    font-size: 50px;
    text-align: center;
}




footer{
    margin-top: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white ;
    width: 1200px;
    text-align: center;
    font-size: 40px;
    font-family:monospace;
    font-style:oblique ;
    
} */