body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#f5f5f5;
}

header{
    background:#C1272D;
    color:white;
    text-align:center;
    padding:35px;
}

header h1{
    margin:0;
    font-size:48px;
}

header p{
    margin-top:10px;
    font-size:20px;
}

nav{
    background:#006233;
    padding:16px;
    text-align:center;
}

nav a{
    color:white;
    text-decoration:none;
    margin:0 18px;
    font-weight:bold;
}

.hero{
    text-align:center;
    padding:90px 20px;
    background:#eef6ef;
}

.hero h2{
    color:#C1272D;
    font-size:48px;
}

.hero p{
    font-size:22px;
    color:#444;
}

.button{
    display:inline-block;
    background:#006233;
    color:white;
    padding:15px 30px;
    margin-top:25px;
    border-radius:6px;
    text-decoration:none;
    font-weight:bold;
}

.section{
    max-width:1100px;
    margin:auto;
    padding:50px 20px;
}

.card{
    background:white;
    padding:25px;
    margin-bottom:25px;
    border-radius:10px;
    box-shadow:0 3px 12px rgba(0,0,0,.12);
}

footer{
    background:#222;
    color:white;
    text-align:center;
    padding:30px;
}
.logo {
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}
.news-preview{
    max-width:1100px;
    margin:60px auto;
    padding:20px;
}

.news-preview h2{
    text-align:center;
    color:#C1272D;
    margin-bottom:40px;
    font-size:2rem;
}

.news-card{
    background:white;
    padding:25px;
    margin-bottom:25px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.12);
    transition:0.3s;
}

.news-card:hover{
    transform:translateY(-5px);
}

.news-card h3{
    color:#006233;
    margin-top:0;
}

.news-card p{
    line-height:1.7;
}

.news-card a{
    text-decoration:none;
    color:#C1272D;
    font-weight:bold;
}
