body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            background-color: #f2f2f2;
        }

        /* Center the content and set a maximum width */
        .main {
            max-width: 800px;
            width: 100%;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 100px;
        }

        .header, footer {
            text-align: center;
        }

        .main .logo {
            max-width: 200px;
        }

        .body h1{
            margin-bottom: 0px;
        }

        .body .date{
            margin-top: 10px;
        }

        .body {
            margin-bottom: 80px;
        }

        .footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #333;
            color: #fff;
            padding: 10px 20px;
        }

        .footer ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer li {
            display: inline-block;
            margin-right: 10px;
        }

        .footer a {
            color: #fff;
            text-decoration: none;
        }

        .address {
            font-style: normal;
            text-align: right;
        }

        .routey {
            max-width: 120px;
        }

        #happens-now-list{
            margin-bottom: 36px;
        }

        #links-list {
            margin-top: 10px;
        }