body,html {
    height: 100%;
    margin: 0;
    background-color: gainsboro;
}
.hero-image {
    background-image: url("ebanner.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    text-shadow: 2px 2px 2px #000;
    font-family: didot, serif;
}
    
    .photo {
        text-align: center;
        border: 1px solid #021a40;
        position: relative;
    }

p.contact {
    
    text-align: center;
}

a {
    text-decoration: none;
    border-style: double;
}

figcaption {
    font-family: didot, serif
}