h1 {
    text-align: center;
}

body {

background-image: url("Image index/sherman fury.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;
margin: 0;
}

.menu {
text-align: center;
margin-top: 200px;
margin-left: 50px;
}

.menu a {
display: inline-block;
background-color: white;
color: black;
padding: 15px 30px;
margin: 10px 0px;
text-decoration: none;
border-radius: 12px;
font-weight: bold;
font-size: 18px;
}