body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url('https://cdn.mos.cms.futurecdn.net/ibfA2G7jjznxKgHvnDbZQd-1600-80.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #f0f0f0;
    line-height: 1.6;
}

.container {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 900px;
    margin: 40px auto;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

h1,
h2 {
    color: #ffcc00;
    margin-bottom: 0.5em;
}

a {
    color: #ffcc00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 1.2em;
    font-size: 1.1em;
}