body {
   background-color: #cee1e6;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
section{
    width: 65%;
    margin: 40px auto 40px auto;
    text-align: center;
    font-family: 'Dancing Script', cursive, fantasy;
    font-size: 20px;
    font-weight: bold;

}
body{
    margin: 40px auto 40px auto;
    width: 95%;
}
.image1 {
    margin: auto;
    display:block;
    width: 150px;
    height: 210px;
}
.image2 {
    margin: auto;
    display:block;
    width: 210px;
    height: 150px;
}

div.pic1 {
    height: 260px;
    width: 210px;
    background-color: antiquewhite;
    padding: 25px 0 15px 0;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
div.pic2 {
    height: 190px;
    width: 260px;
    background-color: antiquewhite;
    padding: 20px 0 15px 0;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}


h1 {
    color: rgb(0, 230, 230);
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px rgb(0, 128, 128);
    margin-bottom: 20px;;
}

span {
    display:inline-block;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
}