canvas {
    outline:1px solid;
  }
.container {display: flex; flex-direction: "row"; }
#startButton {
  margin: 50px;
  padding: 10px;
  width: fit-content;
  background: #5E5DF0;
  border-radius: 999px;
  box-shadow: #5E5DF0 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
}
section{
  float: left;
  clear: both;
}
aside {
  float: right;
}
aside button{
  padding: 10px;
  background-color: white;
  color: black;
  border: 2px solid #5E5DF0;
}
aside li{
  padding: 10px;
}
aside ul{
   list-style-type: none;
}