body {
    background-image: url('bg.svg');
    background-repeat: repeat;
    cursor: url('cursor_smol.png'), auto;
}

.col {
  float: left;
}

.side {
  width: 30%;
}

.middle {
  width: 40%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}