/*
Theme Name: Novus Education
Theme URI: https://novus.lk
Author: Novus Institute of Higher Studies
Author URI: https://novus.lk
Description: Custom WordPress Theme for Novus Institute of Higher Studies
Version: 1.0.0
Text Domain: novus-education
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff;
    color:#333;
    line-height:1.6;
}

img{
    max-width:100%;
    height:auto;
}

a{
    text-decoration:none;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}