body {
    background: url('../../images/snow_tree_dither.png');
    background-size: 50%;
}

header {
    background: linear-gradient(135deg, #e0f0ff 0%, #c8e0f0 100%);
    height: 100px;
}

.container {
    max-width: 70rem;
}

h2 {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    color: var(--accent);
}
