body {
    font-family: 'Inter', sans-serif;
    background-color: #f5f5f5;
}

.container {
    max-width: 567px;
    margin: 0 auto;
    background: #fff;
    padding: 1.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#Result {
    background: #dcf8c6;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
    color: #111;
}