@import url('theme.css');
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: transparent;
    font-family: sans-serif;
    color: white;
    overflow: hidden;
  }

  #cy {
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .attack {
    background-color: red !important;
    border: 2px solid yellow !important;
    box-shadow: 0 0 15px yellow;
    transition: all 0.3s ease-in-out;
  }