p {
    font-size: 12pt;
    text-align: justify;
    color: white;
}

h3 {
    color: white;
}

.pengantar-container {
    max-width: 650px;
}

.img-profile {
    max-width: 190px;
}

.title-text {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

@media (max-width: 500px) {
    .img-profile {
        max-width: 220px;
    }
}