body {
    font-family: lomchlo gcregular, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}
p {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}
pg {
    font-family: lomchlo gcregular, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}
h3 {
    text-align: center;
}
pg {
    font-family: lomchlo gcregular, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}
#translate-btn {
    background-color: #4285f4;
    margin-bottom: 10px;
}
#translate-btn:hover {
    background-color: #357abd;
}
button:hover {
    background-color: #45a049;
}
.radio-group {
    margin: 10px 0;
}
.radio-group label {
    margin-right: 20px;
}
#translate-btn {
    background-color: #4285f4;
    margin-bottom: 10px;
}
#translate-btn:hover {
    background-color: #357abd;
}
#input {
    width: 100%;
    min-height: 200px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Calibri, sans-serif;
    font-size: 13pt;
}
.column {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
}
.left-column {
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.left-column h3 {
    font-family: 'lomchlo gcregular', serif;
    font-size: 24px;
    margin-bottom: 20px;
}
.right-column {
    font-family: 'Calibri', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
}
.right-column h3 {
    font-family: 'Calibri', sans-serif;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
}
/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }            
    .column {
        width: 100%;
    }
}
.container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 400px;
}
#output {
    width: 100%;
    min-height: 200px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'lomchlo gcregular', serif;
    font-size: 14pt;
}
.output-container {
    display: flex;
    gap: 10px;
    align-items: start;
}
@font-face {
    font-family: 'urchlo_gcregular';
    src: url('urgc-webfont.woff2') format('woff2'),
         url('urgc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lomchlo_gcitalic';
    src: url('lomchlo_iodalach-webfont.woff2') format('woff2'),
         url('lomchlo_iodalach-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-family: lomchlo gcregular, sans-serif;
    font-size: 16pt;
    cursor: pointer;
}
@font-face {
    font-family: 'lomchlo gcbold';
    src: url('lomchlo-trom.woff2') format('woff2'),
         url('lomchlo-trom.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lomchlo gcregular';
    src: url('lomchlo.woff2') format('woff2'),
         url('lomchlo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h4 {
    font-family: lomchlo gcregular, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}


bearla {
    font-family: 'Calibri', serif;
    font-weight: normal;
}