@import url("https://fonts.googleapis.com/css?family=Montserrat"); 
#editor body, #editor html{font-family:Montserrat,sans-serif;background:#2f2f2f;padding:0;margin:0;color:#f1f1f1;overflow:hidden}

html{width:100vw}

div#body{box-sizing:border-box;}

div.container{display:flex;flex-direction:column;justify-items:center;align-items:center;margin:0 auto;}

/* .time-right{justify-items:right;align-items:right;margin:0 auto;} */

#input{color:#f1f1f1;}
 