*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', Helvetica;
}
body{
    background: #454545;
    color: white;
}
.container{
    width: 100%;
    height: 100vh;
    padding: 20px;
    display: flex;
}
.left, .right{
    flex-basis: 50%;
    padding: 10px;
}
textarea{
    width: 100%;
    height: 29%;
    background: #1f1f1f;
    color: white;
    padding: 10px 20px;
    border: 0;
    outline: 0;
    font-size: 20px;
    resize: none;
    border-radius: 2px;
}
iframe{
    width: 100%;
    height: 97%;
    background: white;
    border: 0;
    outline: 0;
}
label i{
    margin-right: 10px;
    margin-left: 10px;
}
label{
    display: flex;
    align-items: center;
    background: black;
    height: 30px;
}
