iframe {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.54), 0 17px 50px 0 rgba(0,0,0,0.99);
    border-radius: 25px;
    padding: 10px;
}

h2 {
    background-color: white;
    color: #1a5276;
}

h1 {
    color: white;
    background-color: #70A7E6;
}

body {
    text-align: center;
    background-size: cover;
    background-image: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?q=80&w=2074');
}

img {
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.54), 0 17px 50px 0 rgba(0,0,0,0.99);
    border-radius: 25px;
    padding: 10px;
    height: 330px;
    width: 500px;
}
