*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', 'sans-serif';
}
body{
    background-color: black;
}
.about{
    min-height: 100vh;
    width: 100%;
    padding: 78px 0px;
    background-color: black;
    margin-top: 100px;
}
.about img{
    border: 2px solid cyan;
    box-shadow: 0 0 5px cyan,
                0 0 25px cyan;
    height: auto;
    width: 30%;
    border-radius: 5em;
    transition: 0,5s ease;  
    display: flex;
    align-items: flex-start;
    margin: 40px auto; 
    margin-right: 30px;        
}
.main{
    width: 1100px;
    /* max-width: 95px; */
    margin: 0 auto;
    display: flex;
    align-items:left;
    justify-content: space-around;
}
.about-text h1{
    margin-top: 100px;
    color: white;
    font-size: 70px;
    text-transform: capitalize;
    text-align: left;
    /* margin-bottom: 20px; */
}
.about-text h5{
    color: cyan;
    font-size: 28px;
    text-transform: 25px;
    margin-bottom: 0.4em;
    text-align: left;
}
span{
    color: cyan;
}
.about-text p{
    color: white;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
    text-align: left;
}
.box-pendidikan{
    text-align: center;
    margin-top: 10px;
    align-items: center;
    text-decoration:dashed;
}
.education-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.card {
    border: 2px solid cyan;
    box-shadow: 0 0 10px cyan,
                0 0 30px cyan;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-right: 50px;
}

.card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

body {
    background-color: black;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
}
.container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    
}
.card {
    border: 2px solid cyan;
    box-shadow: 0 0 5px cyan,
                0 0 25px cyan;
    padding: 20px;
    width: 250px;
    border-radius: 10px;
    text-align: center;
}
.sertifikat img {
    width: 350px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid cyan;
    box-shadow: 0 0 5px cyan,
                0 0 15px cyan;
}
h1 {
    margin-top: 10px;
}
.about-text2 h1{
    margin-top: 10px
}