@font-face {
    font-family: 'CoopBlack';
    src: url(./coop_black.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'CoopHeavy';
    src: url(./coop_heavy.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Cafeteria';
    src: url(./cafeteria.ttf);
    font-weight: normal;
}

body {
  font-family: 'Cafeteria';
  font-size: 30px;
  background-image: url(bgtoons.gif);
  background-size: 3%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: white;
}

img.jello {
  display: inline-block;
  transition: transform 0.2s ease;
}

img.jello:hover {
  animation: jello 0.4s both;
}

@keyframes jello {
  0%   { transform: scale3d(1, 1, 1); }
  30%  { transform: scale3d(1.65, 0.75, 1); }
  50%  { transform: scale3d(0.75, 1.45, 1); }
  100% { transform: scale3d(1, 1, 1); }
}

h1, h2, h3, p {
  margin: 0;
  text-align: center;
}

h1 {
  font-family:'CoopBlack';
  font-size: 48px;
  font-weight: normal;
}

h2 {
  font-family:'CoopHeavy';
  font-size: 38px;
  font-weight: normal;
}

h3 {
  font-family:'CoopHeavy';
  font-size: 40px;
  font-weight: normal;
}

ul, ol {
  margin: 0px;
  padding: 0px;
}

li {
  margin-left: 50px;
  padding: 0px;
}

::selection {
    background: #9933FF;
    color: #FF9900;
}

.main {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #9933ff99;
  border-top-left-radius: 65px;
  border-bottom-right-radius: 65px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

table {
  margin-bottom: 10px;
}

.shape-wrap {
  filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.61));
}

.shape1 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #a852ffce;
  clip-path: polygon(2.79% 18.67%, 97.34% 5.00%, 98.8% 97%, 1.71% 81.67%);
}