*{
paddig: 0;
margin: 0;
}

body
{
background-image: url(S8-modele--renault-master-2.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100vh;
}

.menu {
background-color: grey;
display: flex;
justify-content: center;
}

.menu a {
color: yellow;
}

.menu a:hover {
color: aqua;
}

ul li a{
text-decoration: none;
font-weight: bold;
font-size: 30px;
}

.menuitems {
display: inline-block;
padding: 20px 40px;
}