@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Source+Sans+Pro&display=swap');

body{
    width: 100%;
    height: 100vh;
    background: #000;
    color: #ccc;
    font-family: "Poppins", sans-serif;
}

.header{
    width: 100%;
    position: relative;
    background: #1f2229;
    padding: 12px;
}

.header .ovl{
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px auto;
    text-align: center;
}

code{
    border-radius: 0px;
}

.actions-container .box{
    width: 100%;
}

.actions-container .box .left{
    width: 100%;
}
.actions-container .box .right{
    width: 100%;
}
/* .actions-container .box .right pre{
    height: 70px;
} */
.actions-container .box .right code{
    text-indent: 10px;
    font-size: 12px;
}
.actions-container .box .btn{
    margin: 10px;
}

.section .head{
    text-align: center;
}