*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "comic sans MS",cursive;
    


}
h1{
    text-align: center;
    margin-top: 10px;
    color: black;
    
}   

li{
    list-style:none ;
}
/*MENU*/
.side-menu{
    display: flex;
    position: absolute;
    width: 18vh;
    color: white;
    min-height: 100%;
    flex-direction: column;
    gap: 15px;
    background:rgb(245, 92, 4);
    text-decoration: none;
    

} 
header h1{
    text-align: center;
    margin-top: 10px;
    color: black;
    
}   
.brand-menu{
    display: flex;
    height: 10vh;
    margin-top: 10px ;
    
    
}
.side-menu ul li {
    display: flex;
    font-size: 20px;
    padding: 10px 2px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;

    
    

}
.side-menu li:hover{
    transform: translateY(-10px); 
    cursor: pointer;
}
.side-menu ul a i {
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: row; 
    align-items: ; 
    gap: 10px;
    
}     

.container {
  position: absolute;
  height: 100vh;
  width: 3000vw;
  left: 18vh;
  
}
/*Isi*/
.container .header{
    position:;
    top: 0;
    width: 180vh;
    height: 7.5vh;
    
    left: 18vh;
}
.container .nav{
    display: flex;
    flex-direction: row;

    padding: 100px 50px;
     gap: 40px;
    
    
   
}
.circle:hover{
transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  cursor: pointer;
}
.circle {
    margin-top: 50px;
    width: 250px;
    height: 250px;
    border-radius: 10%;
    background-color:white;
    box-sizing: border-box;
    border-radius: 10%;        
  text-align: center;        
  box-shadow: 0 70px 70px rgba(0,0,0,0.4);
  padding: 50px 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
.table-bordered{
    width: 280px;
    height: 200px;

    background-color:white;

}
.border-example {
    display: flex;
    justify-content: center;
    position: absolute;
padding: 20px;
margin: 2px 18vh;
background-color: white;
width: 180vh;
}
.rounded {
border: 2px solid #2c3e50;
border-radius: 15px;
}


    



    
