body {
    text-align: center;
    background-image: url("../photos/background2.JPG");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    font-family: "Syne Mono", monospace;
    font-size: 20px;
    color: white;
    
}

.gigs {
    text-align: center;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 100px;
    
}

.button {
    background-color: black; /* Green background */
    color: white; /* White text */
    border: 2px solid white;
    padding: 15px 30px; /* Add padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Inline-block for proper spacing */
    font-size: 24px; /* Adjust font size */
    margin: 5px 2px; /* Add margin between buttons */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.button:hover {
    background-color: white; /* Darker green on hover */
    border-color: #ffffff; /* Change border color on hover */
    color: black;
}

#link {
    text-align: center;
}

#poster {
    width: 600px;
    height: 600px;
}

#band {
    width: 600px;
    height: 450px;
}


#header {
    color: white;
    margin-top: 50px;
    margin-bottom: 100px;
    
}

.credits {
    margin-top: 50px;
    margin-bottom: 100px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

img {
    width: 500px;
    height: auto;
}
