.card-header {
    background: linear-gradient(to right,#f2ca52,#bf3b5e);
}
/***************************** header style *************************/
header{
    position: relative;
    background: linear-gradient(to right,#f2ca52,#bf3b5e);
}

/************************ logo size and position ********************/
#logo{
    position: absolute;
    height: 20rem !important;
    width: 20rem !important;
    top: -3rem !important;
    left:-1rem; 
}

/***************************** navbar style **************************/
#navbar{
    background: #bf3b5e !important;
}

nav ul li{
    padding-right: 4rem;
    color: #fff;
    font-weight: bold;
 
}

h2{
    font-family: 'Parisienne', cursive!important;
    font-size: 3rem; 
}

/*********** back to top button ***********/
#backToTop{
    
    width:50px;
    height:50px;
    right: 20px;
    bottom: 100px;
    border-radius: 5px;
    background: whiteSmoke;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    position:fixed;
    display:none;
    text-align:center;
    
    }

@media (max-width: 750px) { 
    h1{
        margin-top: 4rem;
    }
}



