
body {
    background-image: url('website_background.jpeg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #f2f2f2;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

h1, h2, h3, h4, h5, h6, p, a, li {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}
