@import url('modern-normalize.min.css');

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset: 0;
  padding: 20px;
  gap: 10px;
}

canvas {
  width: 100%;
  aspect-ratio: 55/42;
  position: absolute;
  inset: 0;
}

body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;

  background: #140c1c;
}
#launch-button{
  width: 100%;
  height: auto;
  cursor: pointer;
}