body {
    font-family: "Serif", Garamond;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url('marble.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.d-flex p {
    margin-right: 10px; 
    margin-left: 10px; 

}


.gallery-item {
    padding: 5px;

}
.gallery-item img {
    max-width: 85%;
    width: auto;
    border-radius: 5px;
    padding-bottom: 10%;
    filter: drop-shadow(5px 5px 5px #222);
}

.logo img {
    max-width: 85%;
    width: auto;
    border-radius: 5px;
}

h1 {
    font-size: 60px;   
}

p {
    font-size: 20px;
}

a {
    color:black;
    text-decoration: none;
}

a:hover {
    color:antiquewhite;
}