body{
    background-color: black;
    color: white;
}
.code-editor {
    font-family: 'Fira Code', monospace;
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 10px;
    min-height: 300px;
    white-space: pre;
    overflow-wrap: normal;
    overflow-x: auto;
    tab-size: 4;
}
.first{
    width: 10%;
    border-radius: 10px;
}
.second{
    width: 90%;
}
footer{
    margin-top: 5rem;
    padding: 1.5rem;
    text-align: center;
}