
div {
  height: 200px;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
  background-color: #F0ADEC;
  border: 1px solid #000;
   align-items: center;
  display: flex;
  justify-content: center;
 }
.modA { border-radius: 24px;
  border: 4px solid #000;
  border-color: deeppink;
  background-color: pink
  ;
}
canvas{
  margin-right: auto;
  margin-left: auto;
  display: block;
}
body{
  background-color: #ADC7F0;
}
h1{
  font-size: 50px;
  text-align: center;
  background-color: hotpink;
  color: blue;
  border: 5px solid blue ;
  font-family: 'ZCOOL KuaiLe', cursive;
}

h2{
    font-size: 30px;
  background-color: royalblue;
  color: hotpink;
  border: 5px solid hotpink;
}