@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');


.unit {
  width: 30%;
  float: left;
}
.editor {
  height: 375px;
}
button {
  cursor: pointer;
}

body {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  padding: 2px;
}


.article {
  padding: 0 25% 0 0;
}