body {
    background-image: url('./materials/bg3.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.header {
    background: linear-gradient(90deg, rgba(139, 69, 19, 1) 0%, rgba(218, 121, 42, 1) 100%);
}

.links {
    background: rgba(255, 229, 182, 0.9);
}