body {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 400;
    color: #555;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #111;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}

.cookie-banner button {
    background: #d4af37;
    border: none;
    padding: 8px 14px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
}

.cookie-banner a {
    color: #d4af37;
    text-decoration: underline;
}
