body {
    background: url('./images/bg/background.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

button {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

#message {
    margin-top: 20px;
    font-size: 24px;
    color: white;
    text-shadow: 1px 1px 2px black;
}