html, body {
  margin: 0;
  padding:0;
  
}
body{
  background: URL("toponoisegreen.png");
  background-size: cover;
}

img {
  width: 50%;
  padding: 10px 0px 0px 0px;
}

canvas {
  display: block;
}


#sketch-holder {
/*   border: 2px red solid; */
  display: flex;
  justify-content: center;
}

canvas {
/*   display: bloc56; */
  display: flex;
  align-items:center;
  justify-content:center;
  border: 2px gray solid;
}

.info {
  text-align: center;
  width: 695px;
  padding: 0px 5px 10px 0px;
  margin: auto;
  background: white;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

h1 {
  text-align: center;
  padding: 10px;
  margin: auto;
  background: white;
}

p {
  padding: 10px;
  background: white;
  text-align: left;
  margin: auto;
}

ol{
  background: white;
  margin: auto;
  text-align: left;
  display: none;
}

.container {
/*   background: white; */
  width: 700px;
  height: 50vh;
  margin: auto;
  border-width: 0px 75px 50vh 75px;
  border-style: solid;
  border-color: rgba(200, 200, 200, 0.5);
}

button {
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
