body header{
    background: #000;
}

body header h1{
    font-size: 30px;
    font-family: "Didot"
}

body header .standard-nav{
    background: rgb(0, 0, 0);
}

body header .standard-nav a:hover{
    background: #e8b7ff;
}

body header .standard-nav .sub-menu{
    background: #c1d4f4;
}

body{
    background-color: #000000;
 }
 p {
    font-family: "Arial"; 
    color: #ffffff; 
}
h1 {
    font-family: "Didot", serif; 
    color: #ffffff;
}

.image-row img {
    display: block;
    width: auto;
    height: 400px;
    top: 10px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}
.image-row img:hover {
    width: auto;
    height: 420px;
    top: 0px;
    margin-bottom: 30px;
}
