body {
    margin: 0;
    padding: 0;
}
h1 {
    color: white;
    padding: 10px;
    margin: 0;
    height: 100px;
    background-image: url("strasbourg.svg");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-color: #94c11f;
}
