html,
body {
  margin: 15;
  padding: 15;
}
canvas {
  display: block;
}

.restart-button {
  background: url('assets/trash-svgrepo-com.svg') no-repeat center;
  margin-left: 0px;
  margin-top: 5px;
  padding: 10px;
  float: right;
}
.restart-button:active {
  position: relative;
  top: 1px;
}

.labels-text {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  text-align: right;
  color: #5e5e5e;
  float: right;
}

.logo {
  float: left;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: -1.2px;
  word-spacing: 2px;
  color: #a8a8a8;
  font-weight: 700;
  font-style: italic;
  font-variant: normal;
  text-transform: none;
  margin-top:5px;
}
.container{
  width:400px;
}