/* banner for the website */
.banner {
    width: 100vw;
    height: 15vh;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
/* body itslef */
body {
    margin: 0%;
}