* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.5;
    color: #1f2937;
    background-color: var(--light-bg);
}

.main {
    margin-left: 10%;
    font-weight: bold;
    margin-top: 3%;
}

.h4 {
    font-size: 350%;
}

.text {
    width: 70%;
}

.utama {
    font-size: 180%;
}
