body {
    font-family: Arial, sans-serif;
}

h1 {
    text-align: center;
    margin-top: 50px;
	margin-bottom: 30px;
}

form {
    text-align: center;
    margin-top: 20px;
}

input[type=text] {
    width: 60%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    font-size: 16px;
}

button[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
}

button[type=submit]:hover {
    background-color: #3e8e41;
}

#result {
	margin-top: 30px;
	font-size: 18px;
	text-align: left;
}

.result {
	margin: 5px;
	padding: 10px;
	background-color: #f2f2f2;
	border-radius: 4px;
}
.jepang {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0px;
}

.indonesia {
	font-weight: bold;
	margin-bottom: 30px;
    margin-top: 0px;
	font-family: Arial, sans-serif;
}
	
.contoh {
	margin-top: 30px;
	border-radius: 4px;
}

.kalimat {
	margin-top: -15px;
	font-family: Arial, sans-serif;
}

.baca {
	font-style: italic;
	margin-top: -15px;
	font-family: Arial, sans-serif;
}

.terjemahan {
	font-style: normal;
	margin-top: -15px;
	font-family: Arial, sans-serif;
}

.highlight {
    background-color: #f1c40f;
}
