* {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 400;
}
.jumbotron {
    padding-top: 3rem;
    background-color: #212529;
}

body {
    background: url(final\ img/background.jpg);
    position: relative;
    background-size: contain;
    
}

#project {
    background: rgb(148,197,231);
    background: linear-gradient(90deg, rgba(148,197,231,1) 0%, rgba(233,235,236,1) 100%);
}
    
/*sytele slider*/

.courusel-item {
    height: 670px;
}
.courusel-item img {
    margin-top: -120px;
}


.toko {
    background-color: aqua;
    
    border-radius: 5%;
    text-align: center;
}
.jadwal {
    background: rgb(148,197,231);
background: linear-gradient(90deg, rgba(148,197,231,0.09567577030812324) 0%, rgba(127,245,137,0.10127801120448177) 100%);
border-radius: 3%;
}
.bunton {
    background: rgb(148,197,231);
background: linear-gradient(90deg, rgba(148,197,231,0.09567577030812324) 0%, rgba(127,245,137,0.10127801120448177) 100%);
text-decoration: none;
border: none;
border-radius: 10%;

}

