.animationH1 {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-family: "Love Ya Like A Sister", cursive;
  font-size: 30px;
  color: #c70012;
  animation: heartbeat 5s infinite;
}

.bigOut {
  width: 100%;
  top: 0;
  position: absolute;
  display: none;
}

.pt-page-scaleDownCenter {
  -webkit-animation: scaleDownCenter .4s ease-in both;
  -moz-animation: scaleDownCenter .4s ease-in both;
  display: none;
  animation: scaleDownCenter .4s ease-in both;
}

.pt-page-scaleUpCenter {
  -webkit-animation: scaleUpCenter .4s ease-out both;
  -moz-animation: scaleUpCenter .4s ease-out both;
  display: block;
  animation: scaleUpCenter .4s ease-out both;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.canvasStyle {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  background: #ff000000;
}