:root {
    --primer:#002b5c;
}
body{
    margin: 0;
    padding: 0;
    display: flexbox;
    
}
.fortext {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.jetbrains {
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.navbar{
    background-color: #1057a8;

}
.collapse{
    justify-content: flex-end;
    padding-right: 10%;
}

.headers{
    height: 55vh;
    width: 100vw;
    background-image: url(../images/header2.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    align-content: center;
}
.headers img{
    height: 150px;
}
.headers h2{
    color: var(--primer);
}

.headers p{
    color: white;
    font-size: 2rem;
    padding-top: 10px;
}
.outline-text {
    text-shadow: 
    -2px -2px 0 white,
    2px -2px 0 white,
    -2px 2px 0 white,
    2px 2px 0 white;
}
.layanan{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.layanan button{
    background-color: yellow;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px 15px 15px 15px;
    -o-border-radius: 15px 15px 15px 15px;
}
.vimi{
    margin-top: 50px; 
    text-align:center;
    color: var(--primer);
}
.ones{
    height: 70px;
    width: 100%;
    display: flex;
}
.log img{
    height: 40px;
    width: auto;
}
.logo h2{
    font-size: 1.5rem;
    padding-left: 10px;
}
.logo {
    display: flex;
    align-items: center;
    height: 70px;
    color: white;
}

.contact{
    height: 70px;
    width: 70px;
    position: fixed;
    background-color: rgb(43, 177, 43);
    bottom: 30px;
    right: 30px;
    align-content: center;
    text-align: center;
    display: flexbox;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gap50{
    height: 50px;
    width: 100%;
}
.card-body i{
    font-size: 5rem;
    padding-bottom: 50px;
    color: var(--primer);

}
.sider{
justify-content: center;
display: flex;
flex-wrap: wrap;
color: var(--primer);
}

.card{
    margin: 10px;
    width: 15rem;
    text-align: center;
}
.sider2{
display: flex;
flex-wrap: nowrap;
color: var(--primer);
max-width: 100vw;
overflow-x: scroll;
justify-content: center;
}
.card2{
    margin: 10px;
    width: 15rem;
    text-align: center;
    border: solid black 1px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.jasa{
    text-align: center;
}
.card2 p{
    color: black;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.card2 i{
    padding-top: 15px;
}
.card2 a{
    margin-bottom: 15px;
}
.card2 a i{
    font-size: 1em;
    color: white;
    padding: 0;
}