h2 {
    color: white;
    margin-left: 5.5%;
    margin-top: 20px;

}

p {
    color: white;
    font-size: 130%;
    text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
    padding: 80px;
    margin-right: 50%;
}


.image1 {
    width: 45%;
    position: absolute;
    left: 47%;
    top: 25%;

}

.image2 {
    width: 15%;
    position: absolute;
    right: 84%;
    top: 62%;

}

.image3 {
    width: 15%;
    position: absolute;
    right: 65%;
    top: 62%;

}


p + p {
    margin: 0;
    color: white;
    font-size: 130%;
    text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
    padding: 60px;
    margin-left: 40%;

}

quote {
    color: antiquewhite;
    text-align: center;
    border-color: gray;
    position: absolute;
    font-style: italic;
    top: 85%;

}
