body {
    font-family: "Times New Roman", Georgia, Serif;
    background-color: #FBE5A7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display";
    letter-spacing: 5px;
}

.bkgrd {
    width: 100%;
    height: 400px;
    background-image: url('../images/SG-logo.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid red;
}

.shadow {
    box-shadow: #000 5px 5px 5px;
}