


  #gooey-button {
  font-size: 12px;
    padding: 1rem;
  border: none;
  color: #0c1016;
  filter: url("#gooey");
  position: relative;
  background-color: #0069b4;
 letter-spacing: 1px;
 text-transform: uppercase;
margin:0px 15px;
border-radius: 10px;
}
 
 #gooey-button:hover {
  transform: scale(1.10);
  transition: all 0.4s;

 }
 #gooey-but {
  padding: 1rem;
  border: none;
  color: #0c1016;
  filter: url("#gooey");
  position: relative;
  background-color: #000000;
 letter-spacing: 1px;
 text-transform: uppercase;
border-radius: 10px;}

 #gooey-but:hover {
  transform: scale(1.10);
  transition: all 0.4s;
}

@media (min-width: 320px) and (max-width: 750px){
#gooey-button {
  font-size: 12px;
    padding: 1rem;
  border: none;
  color: #0c1016;
  filter: url("#gooey");
  position: relative;
  background-color: #0069b4;
 letter-spacing: 1px;
 text-transform: uppercase;
 margin:0px 0px;
}
 #gooey-button:hover {
  transform: scale(1.10);
  transition: all 0.4s;

 }
 #gooey-but {
  padding: 1rem;
  border: none;
  color: #0c1016;
  filter: url("#gooey");
  position: relative;
  background-color: #000000;
 letter-spacing: 1px;
 text-transform: uppercase;
 float: right;}
 #gooey-but:hover {
  transform: scale(1.10);
  transition: all 0.4s;

}
}

 #gooey-button:focus {
    outline: none; }
  #gooey-button .bubbles {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    #gooey-button .bubbles .bubble {
      background-color: #0069b4;
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      z-index: -1; }
      #gooey-button .bubbles .bubble:nth-child(1) {
        left: 25px;
        width: 25px;
        height: 25px;
        animation: move-1 3.02s infinite;
        animation-delay: 0.2s; }
      #gooey-button .bubbles .bubble:nth-child(2) {
        left: 12px;
        width: 25px;
        height: 25px;
        animation: move-2 3.04s infinite;
        animation-delay: 0.4s; }
      #gooey-button .bubbles .bubble:nth-child(3) {
        left: 70px;
        width: 25px;
        height: 25px;
        animation: move-3 3.06s infinite;
        animation-delay: 0.6s; }
      #gooey-button .bubbles .bubble:nth-child(4) {
        left: 56px;
        width: 25px;
        height: 25px;
        animation: move-4 3.08s infinite;
        animation-delay: 0.8s; }
      #gooey-button .bubbles .bubble:nth-child(5) {
        left: 44px;
        width: 25px;
        height: 25px;
        animation: move-5 3.1s infinite;
        animation-delay: 1s; }
      #gooey-button .bubbles .bubble:nth-child(6) {
        left: 86px;
        width: 25px;
        height: 25px;
        animation: move-6 3.12s infinite;
        animation-delay: 1.2s; }
      #gooey-button .bubbles .bubble:nth-child(7) {
        left: 77px;
        width: 25px;
        height: 25px;
        animation: move-7 3.14s infinite;
        animation-delay: 1.4s; }
      #gooey-button .bubbles .bubble:nth-child(8) {
        left: 58px;
        width: 25px;
        height: 25px;
        animation: move-8 3.16s infinite;
        animation-delay: 1.6s; }
      #gooey-button .bubbles .bubble:nth-child(9) {
        left: 30px;
        width: 25px;
        height: 25px;
        animation: move-9 3.18s infinite;
        animation-delay: 1.8s; }
      #gooey-button .bubbles .bubble:nth-child(10) {
        left: 96px;
        width: 25px;
        height: 25px;
        animation: move-10 3.2s infinite;
        animation-delay: 2s; }

@keyframes move-1 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -116px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes move-2 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -73px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes move-3 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -115px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes move-4 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -78px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes move-5 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -56px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes move-6 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -53px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes move-7 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -111px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes move-8 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -70px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes move-9 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -120px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }

@keyframes move-10 {
  0% {
    transform: translate(0, 0); }
  99% {
    transform: translate(0, -84px); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
