2021南京森林音乐节江北音乐季
```html
body {
margin: 0;
padding: 0;
backgroundimage: url('path_to_your_image.jpg');
backgroundsize: cover;
backgroundposition: center;
height: 100vh;
display: flex;
justifycontent: center;
alignitems: center;
textalign: center;
fontfamily: Arial, sansserif;
color: fff;
}
h1 {
fontsize: 3em;
marginbottom: 20px;
}
p {
fontsize: 1.2em;
marginbottom: 30px;
}
a {
color: fff;
textdecoration: none;
fontweight: bold;
border: 2px solid fff;
padding: 10px 20px;
transition: all 0.3s ease;
}
a:hover {
background: fff;
color: 000;
}