.oi-regular {
  font-family: "Oi", serif;
  font-weight: 400;
  font-style: normal;
}
h2{
 font-family: "Oi", serif;
  font-weight: 400;
  font-style: normal;
}
div {
  height: 100px;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
  background-color: purple;
  border: 1px solid hotpink;
   align-items: center;
  display: flex;
  justify-content: center;
 }
.modA {
  border-radius: 24px;
  border: 6px mediumpurple;


}
canvas{
  margin-right: auto;
  margin-left: auto;
  display: block;
}
body{
  background-color: grey;
}
h1{
  font-size: 50px;
  text-align: center;
  background-color: purple;
  color: white;
  border: 5px solid hotpink;
}

h2{
    font-size: 30px;
  background-color: purple;
  color: white;
  border: 5px solid hotpink;
}