*{
    margin: 0;
    padding: 0;
    background-color:  #ff7900;
}

.header h1{
    background-color: black;
    color: #ff7900;
    width: 200px;
    height: 100px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #ffdfb9;
    border-radius: 10px ;
    text-align: center;
    margin-top: 50px;
}
div{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: auto;
    width: auto;
}
 img{
    display: flexbox;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 300px;
    width: 400px;
    justify-content: space-between;
    border-left:10px solid black;
    border-top:10px solid black;
    border-right:10px solid transparent;
    border-bottom:10px solid transparent;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}
img:hover{
    transform: scale(1.09);
    transition: 0.6s;
}

@media (max-width:500px){
    img{
        width: 300px;
        height: 200px;
    }

}
@media (max-width:350px){
    img{
        width: 200px;
        height: 100px;
    }
}

figcaption{
    position: relative;
    text-align: center;
    font-size: 30px;
    bottom: 60px;
    left: 20px;
    height: 40px;
    width: 300px;
    background-color: white;
    color: black;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-weight:bolder;
    text-shadow:6px 6px 0px rgba(0, 0, 0.02, 0.06);
    margin-left: auto;
    border-left:10px solid transparent;
    border-top:10px solid transparent;
    border-right:10px solid darkred;
    border-bottom:10px solid darkred;
}

.container1 a{
    text-decoration: none;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
