body {
    /*background: #1891d0;*/
}

.logo {
    width: 80%;
    margin-left: 10%;
}

.con1 {
    width: 85%;
    /*height: 85vm;*/

    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;

    background: #fff;
}
.con1 div {
    margin-bottom: 15px;
}

div.polaroid {
    width: 80%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    margin-left: 10%;
    line-height: 1.6;
    padding: 5px;
    font-family: Georgia, serif;
    min-height: 300px;
}

.img1 {
    float: left;
    margin: 0px 10px 15px 20px;
    /*max-width: 250px;*/
    max-width: 90%;

}

p {
    text-indent: 20px;
    margin-top: 8px;
}