html{
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    font-family: Consolas;
}

*{
    padding: 0;
    margin: 0;
}

h1{
    padding: 20px;
    background: #fff;
}

.cont{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: row wrap;
    padding: 20px;
}

#json-obj{
    width: 300px;
    height: 450px;
}

#formated-json-obj{
    width: 300px;
    height: 450px;
}

.btn{
    font-family: Consolas;
    font-weight: bold;
    padding: 10px;
    border: none;
    color: #000;
}

.format-btn{
    background: rgb(18, 227, 255);
}

.minify-btn{
    background: rgb(17, 59, 248);
}

.copy-btn{
    background: rgb(255, 163, 24);
}

.col-2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    padding: 20px;
}