        body{
            font-family: Arial, sans-serif;
            background:#f5f5f5;
            margin:0;
            padding:0;
        }
        .header{
            width:100%;
            height:150px;
            background:url('images/header.jpg') no-repeat center center;
            background-size:cover;
        }
        .menu{
            background:#003366;
            overflow:hidden;
            padding-left:20px;
        }

        .menu a{
            float:left;
            color:white;
            padding:16px 20px;
            text-decoration:none;
            font-size:17px;
        }

        .menu a:hover{
            background:#0055aa;
        }

        .container{
            width:80%;
            margin:30px auto;
        }

        .page-title{
            text-align:center;
            color:#003366;
            margin-bottom:30px;
        }

        .title-box{
            background:white;
            padding:15px;
            margin-bottom:15px;
            border-radius:8px;
            box-shadow:0 0 8px rgba(0,0,0,0.1);
        }

        .title-box a{
            text-decoration:none;
            color:#007bff;
            font-size:20px;
            font-weight:bold;
            cursor:pointer;
        }

        .title-box a:hover{
            color:red;
        }

        .call-date{
            color:gray;
            font-size:14px;
            margin-top:5px;
        }

        .image-box{
            margin-top:15px;
            display:none;
            text-align:center;
        }

        .image-box img{
            width:500px;
            max-width:100%;
            border-radius:10px;
            border:2px solid #ddd;
        }

        .pagination{
            text-align:center;
            margin-top:30px;
        }

        .pagination a{
            display:inline-block;
            padding:10px 15px;
            margin:5px;
            background:#003366;
            color:white;
            text-decoration:none;
            border-radius:5px;
        }

        .pagination a:hover{
            background:#0055aa;
        }

        .pagination .active{
            background:red;
        }

.footer{
    background:#003366;
    color:white;
    text-align:center;
    padding:15px;

    position:fixed;
    bottom:0;
    left:0;

    width:100%;
}
.date-space{
    margin-right:40px;
}
