body{background: pink;}
canvas {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
h1{text-align: center;
font-size: 50px;
background: hotpink;
color: blue;
border: solid 5px blue;}
h2{font-family: Sekuya;
    font-size: 30px;
background: blue;
color: hotpink;
border:solid hotpink 5px;}
div {
  height: 100px;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
  background-color: hotpink;
  border: 5px solid blue;
   align-items: center;
  display: flex;
  justify-content: center;
 }