body {
    background-image: url("versailles.jpg");
    background-repeat: repeat-y;
    background-size: 100%;
}
img {
    max-width: 10%;
    display: inline;
    margin-right: 10px;
}
h1 {
    font-size: 180pt;
    text-align: center;
    color: #dd1;
}
h4 {
    background-color: white;
}
