body {
    background-color: rgb(225, 224, 224);
    color: #f5f5f5;
}

#navbar {
    background-color: #9e9c99;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 30px;
    padding-left: 50px;
    font-weight: 500;
    font-family: Helvetica;
}

#navbar .nav-link {
    color: #727272;
}

#navbar .nav-link:hover {
    color: #c5d7d9;
}



.slider {
    margin-left: 0px;
    overflow: hidden;
    z-index: 1;
    position:relative; 
         top:30px; 
         
    
  }
  
.slide {
    display: none;
    width: 100%;
    height: 100%;
    background-position: 0px;
  }
  
.show {
    display: block !important;
  }



#ft1 {
    border-top-right-radius: 20px;
}

#tentang {
    margin-top: 20px;
    font-size: xx-small;
    color: #727272;
    font-weight: 500;
}

#suatu {
    color: #727272;
    font-weight: 700;
    font-style: oblique;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#aside {
    position: relative;
    color: white;
    margin-left: auto;
    left: -50%;
    background-color:rgb(234, 227, 227)    ;
    margin-right: 10px;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 70px;
    margin-bottom: 10px;
    width: 550px;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(assets/images/logo.png);
   
}
#aside2 {
    position: relative;
    color: white;
    margin-left: auto;
    left: 0%;
    background-color:rgb(234, 227, 227)    ;
    margin-right: 10px;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 70px;
    margin-bottom: 10px;
    width: 550px;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(assets/images/logo.png);
   
}

#teks {
    color: #727272;
    font-weight: 500;
}

#since {
    margin-bottom: 5px;
}

#footer {
    background-color: rgb(186, 182, 182);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px;
    background-size: cover;

}




