/* html, body {
    overflow: hidden;
}

body {

    background-color: #000;
}

.atom {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}
*/

body, html {
  /* background: #8a2387;
  background: linear-gradient(320deg, #f27121, #e94057, #8a2387); */
}

.atom {
  position: fixed; /* фиксируем элемент относительно окна */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; /* растягиваем элемент на всю страницу */
  z-index: 0; /* помещаем его за содержимым */
}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}

td, th {
    padding: 5px;
}
