#json-text{
    width: 100%;
    height: 100%;
    resize: none;
}
#download-section{
    width: 100%;
    display: flex;
    justify-content: center;
}

.container{
    display: flex;
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 700px;
}

button {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

h3{
    color: red;
}