.request-service{
   justify-content: left;
   
}
.intro{
    text-wrap: center;
    font-style: bold;
  
}

.intro a{
    color: black;
    text-decoration: underline;

}
.intro a:hover{
    color: orange;
    transition: 0.5s;
    border-radius: 5px;
}

.table-service{
    display:flex;
    justify-content: left;
    align-items: left;
    color: rgb(223, 223, 223);
}
.h6{
    color:white;
    color-scheme: blue;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.online-service{
    border: 1px solid black;
    background: rgba(3, 46, 87, 0.986);
    text-decoration-color: rgb(66, 2, 139);
    list-style-type: none;
    padding:8px;
    margin:4px;  
    border-radius: 8px; 
}

.online-service a{
    color: white;
    text-decoration: none;
}
/*hover on online-service*/
.online-service:hover{
    background-color: orange;
    transition: 0.5s;
}

.online-service a:hover{
    color: black;
    transition: 0.5s;
}

.judul-online{
    display:flex;
    justify-content: left;
    align-items: left;
    font-size: 25px;
    font-style: bold;
    color:black;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.font-style{
    color:#000fff;
}

.sub-judul{
    display: flex;
    justify-content: left;
    margin-left: 50px;  
}

