body{
    font-family: Arial, sans-serif;
}

.navbar-brand{
    font-weight: bold;
    color:#ff5722 !important;
}

.hero{
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1498050108023-c5249f4df085');
    background-size: cover;
    background-position:center;
    color:white;
    padding:120px 0;
}

.section-title{
    text-align:center;
    margin-bottom:40px;
    font-weight:bold;
}

.package-card{
    transition:0.3s;
}

.package-card:hover{
    transform:translateY(-10px);
}

footer{
    background:#212529;
    color:white;
    padding:20px;
    text-align:center;
}