body{
font-family: Arial, Helvetica, sans-serif;
margin:0;
background:#f5f7fb;
color:#333;
}

/* Header */

header{
background: linear-gradient(to bottom, #08143CFF, #50BEFFFF);
color:white;
text-align:center;
padding:40px 20px;
box-shadow:0 6px 20px rgba(0,0,0,0.25);
}

header h1{
margin:0;
font-size:34px;
letter-spacing:1px;
text-shadow:0 0 10px rgba(255,255,255,0.5);
}

header p{
margin-top:8px;
font-size:16px;
opacity:0.9;
}

/* Container */

.container{
max-width:900px;
margin:auto;
background:white;
padding:40px;
margin-top:30px;
margin-bottom:30px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

/* Text */

h2{
margin-top:30px;
color:#1e88e5;
font-size:16px;
}

p{
line-height:1.6;
}

.date{
color:gray;
margin-bottom:25px;
}

/* Links */

a{
color:#1e88e5;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

/* Footer */

footer{
text-align:center;
padding:20px;
color:#777;
font-size:14px;

}
