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

.container {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

h1 {
    color: #b8860b;
}

.section {
    margin-top: 20px;
}