body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}
.banner-box {
    width: 100%;
    height: 100vh;
    background-image: url('../assets/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}