body{
    font-family: 'Poppins', sans-serif;
}


.hero-image{
    width: 1000px;
    height: 450px;
    background-size: cover;
    border-radius: 30px;
}

.navbar-brand, .Brand{
    font-size: 30px;
    font-family: 'Times New Roman', cursive;
    font-weight: bold;
}
.navbar-brand{
    
    margin-left: 30px;
}


.Brand{
    font-size: 60px;
    font-family: 'Arial', cursive;
    font-weight: bold;
}

.navbar-collapse{
    margin-right: 30px;
}