html, body {
  margin: 20px;
  padding: 0;
  background-color: #DAE0EA;
}

canvas {
  display: block;
  border: none;
  outline: none;
  box-shadow: none;
}

h1, h2{
  text-align: start;
  font-weight: 500;
}

canvas:focus{
  outline: none;
}

.description{
  font-family: "Handjet", sans-serif;
  color: #2F3142;
  font-size: 3.5rem;
  font-weight: 500;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
}

.button{
  background-color: #B9C3D4;
  font-family: "Handjet", sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #303141;
  padding: 10px 32px;
  font-size: 16px;
  border-radius: 10px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 10px solid #CCD3DE;
  border-right: 8px solid #CCD3DE;
  display: inline-block;
  width: auto;
}

.button:active {
  border-bottom: 5px solid #404B5B;
  border-right: 4px solid #404B5B;
  transform: translate(5px, 4px);
}

body {
  display: flex;
  flex-direction: column;
}

.controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}

.button-group{
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 10px;
  justify-content: end;
}

.subtitle{
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

.text-group {
  font-family:  "Handjet", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

