* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#body {
    height: 100vh;
    background-color: #fff2f2d2;
    color: aliceblue;
}
#title {
    width: 100%;
    text-align: center;
    background-color: #2e5c99;
    padding: 10px;
    font-size: 18px;
}
#codes{
    width:90%;
    height: 400px;
    resize: vertical;
    color: #3a3a3a;
    font-size: 18px;
    border: 1px solid #3a3a3a;
    padding-left: 0.5rem;
    display: block;
    margin: auto;
    margin-top: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    outline-color: #4a56be;
}
#result{
    max-width: 100%;
    color: #000;
    /* height: 400px;
    color: initial;
    font-size: 18px;
    border: 1px solid #3a3a3a;
    padding-left: 0.5rem;
    display: block;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: aliceblue;
    display: none; */
}
#jems{
    padding: 10px;
    border-radius: 1.5rem;
    width: 10rem;
    background-color: #1c4e99;
    color: aliceblue;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition-duration: .5s;
}
#jems:hover,#divin:hover{
    background-color: #2e5c99;
}
#divin{
    padding: 10px;
    border-radius: 1.5rem;
    width: 10rem;
    background-color: #1c4e99;
    color: aliceblue;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition-duration: .5s;
}