



.newsletter {
    
    height: 100vh;
    width: auto;
    border: 1px solid red;

}


.card-title {
    color: #24416b;
    margin-left: 10px;
    padding-bottom: 4rem;
    touch-action: pan-y;
    font-size: 20px;
    margin-top: 20px;
}



.blink-image {
    margin-top: 1px;
    -moz-animation: blink normal 1s infinite ease-in-out;
    -webkit-animation: blink normal 1s infinite ease-in-out;
    -ms-animation: blink normal 1s infinite ease-in-out;
    animation: blink normal 1s infinite ease-in-out;
  }
  img {
    opacity: 1.;
  }
  @keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
  }
  
  @keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  .blink-image {
    animation: blink 1s;
    animation-iteration-count: infinite;
  }


  .moveing {

    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 0%, rgb(253, 5, 5) 0%);
color: #ffffff;
font-family: cabin,sans-serif;
height: 5.5vh;
font-weight: 900;
font-family: Arial, Helvetica, sans-serif;
  }