*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    background-color: rgba(6, 7, 37, 0.918);
    margin-inline: auto;
}
header{
    display: flex;
    border-radius: 100px;
    background: transparent;
    padding: 15px;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: space-between;
}
nav{
    display: flex;
    border: 2px solid grey;
    border-radius: 100px;
    background: rgba(128, 128, 128, 0.479);
    padding: 10px;
    gap: 9px;
    font-weight: bold;
}
a{
    color: black;
    padding: 5px;
    transition: color .5s;
    border-radius: 10px;
}
nav a:hover{
    color: white;
}
.logo{
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
h2{
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2rem;
}
.deks{
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.active{
    color: white;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
    text-shadow: 0 0 25px white;
}
img{
    max-width: 100%;
    display: block;
    border-radius: 6px;
}
.bendahara{
    width: 25%;
}
.a{
    margin: 9px;
    border: 1px solid white;
    border-radius: 6px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4; /*sebanyak apa child nya */
    padding: 1rem;
    text-align: center;
    z-index: -1;
}
.pilar{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(45%, 4fr));
    color: white;
    margin-top: 5rem;
}
.ketua{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25%;
    padding: 3%;
    height: auto;
}
.Wakil{
    width: 25%;
}
.Sekretaris{
    width: 25%;
}