/*
Theme Name: College Portal Custom Theme
Theme URI: https://example.com/college-portal
Author: A.K.M. Baniul
Author URI: https://example.com
Description: A lightweight and custom WordPress theme for a College Portal.
Version: 1.0.0
Text Domain: college-portal
*/

/* Basic Layout Reset */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
header, footer {
    background: #f4f4f4;
    padding: 10px 0;
}
.main-navigation ul {
    list-style: none;
    padding: 0;
}
.main-navigation li {
    display: inline;
    margin-right: 15px;
}