@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
.banner {
    background-image: url(/images/jonny-james-0TjwngxaYxk-unsplash.jpg);
    width: 100%;
    height: 100vh;
    background-position: center center;
    
}

.banner-heading{
margin-top: 250px;
}

.banner-btn{
    background-color: rgb(101, 141, 141) !important;
    border: none !important;
    transition: 0.5s;
    box-shadow: none;
}
.banner-btn:hover{
    background-color: rgb(18, 44, 44) !important;
    border: none !important;
    
}
.blog .blog-img{
    background-image: url(/images/salmen-bejaoui-J5hWP_2Ehas-unsplash.jpg);
    width:50%;
    height: 30vh;
    background-size: cover;
    background-position: center;
}