#homepage {
        .section {
            background: white;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        .section h2 {
            color: #087280;
            font-size: 1.3em;
            margin-bottom: 15px;
            border-bottom: 2px solid #10b0c8;
            padding-bottom: 5px;
        }
        .section p, .section ul {
            font-size: 1.1em;
            margin: 0 0 15px;
        }
        .section ul {
            padding-left: 20px;
        }
        .section ul li {
            margin-bottom: 10px;
        }
        .highlight {
            background: #e6f0ff;
            padding: 15px;
            border-left: 4px solid #10b0c8;
            margin-bottom: 15px;
        }
        .contact-info, .call-for-papers {
            background: #f9f9f9;
            padding: 20px;
            border-radius: 6px;
            margin-top: 15px;
        }
        .contact-info p, .call-for-papers p {
            margin: 5px 0;
        }
        a {
            color: #10b0c8;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        
}
#side {
	.section {
	background: white;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	}
	.highlight {
	background: #e6f0ff;
	padding: 15px;
	border-left: 4px solid #10b0c8;
	margin-bottom: 15px;
	}
	.contact-info, .call-for-papers {
		background: #f9f9f9;
		padding: 6px;
		border-radius: 6px;
		margin-top: 15px;
		text-align: center;
	}
	.contact-info p, .call-for-papers p {
		margin: 5px 0;
	}
}

/* Optional: Make "Login" and "Register" links appear more like buttons */
.cmp_notification {
    background-color: #e6fcff;
}
.cmp_notification a {
    background-color: #10b0c8;
    text-decoration: none;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    margin: 0 5px;
    font-weight: 600;
    display: inline-block;
}

.cmp_notification a:hover {
    background-color: #087280;
    color: #fff;
    text-decoration: none;
}