body {
 background-image: url("cookinerie-logo.jpg");
 background-repeat: no-repeat;
 background-position: center center;
 background-size: contain;
 margin: 0;
 min-height: 100vh;
}

#logos {
 font-size: 4em;
 position: absolute;
 bottom: 0;
 right: 10;
}

a {
 color: black;
}
