html, body {
  margin: 0;
  padding: 0;
}

html {
  display: flex;
  justify-content: center;
}


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

p {
  margin: 0em 0em 0em 0em;
  padding: 0.25em;
  
}

#buttons {
  display: flex;
  justify-content: center;
}

h1 {
  margin:0;
  text-align: center;
  font-family: 'Sigmar One', cursive;
  color: rgb(3, 177, 252);
}

.intro {
/*   border: 2px solid red; */
  padding: 0;
  width: 700px;
  font-size: 1.2em;
  font-family: 'Roboto', sans-serif;
}
