body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    overflow-x: hidden;
    color: #333;
    background-color: #FFFDED;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    letter-spacing: 0.5px;
}
strong, b {
    font-weight: 500;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    color: #fff;
}
main {
    position: relative;
    min-height: calc(100vh - 60px); 
}
footer {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    height: 60px; 
    z-index: 10;
}
.content-section {
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
footer {
    text-align: center;
    padding: 20px 0;
    background: #333;
    color: #fff;
}