
.master {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: initial;
  width: 100%;
  height: 90vh;

}

canvas {
  border: 1px solid;

}

body {
  background-image: url('../../Docs/Black-Background.jpg');

}

h1 {

  color: #f2f2f2;
  /*background: #4ac2ff;*/
  font-size: 75px;
  line-height: 74px;
  font-weight: 700;
  margin: 10px;
  float: left;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Libre Baskerville', serif;
}

.hidden {
  display: none;
}
