/** Shopify CDN: Minification failed

Line 83:0 Unexpected "}"

**/

.mainn{
  height:100%;
  width:100%;  
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  margin-bottom: 80px;
  margin-top: 80px;
  font-size: 29px;
   letter-spacing: -.038em;
}
@media only screen and (max-width: 959px) {
.mainn {
  font-size: 20px;
}
  }
.roller{
  height: 4.125rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e6e73;
}


#spare-time{
  margin-top: 0;
  color: #E41313;
  
}

.roller #rolltext {
  position: absolute;
  top: 0;
  animation: slide 5s infinite;  
}

.promptt {
  padding: 1.5rem;
 margin: 0 auto;
 overflow: hidden;
 position:relative;
 width: 100%;
 height: 100%;
  background: hsla(0, 100%, 100%, 0.65);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0px 4px 16px 0px hsla(0, 0%, 0%, 0.125);
  border-radius: 1rem;
  z-index: 1;
  border: 1px solid hsla(0, 0%, 100%, 0.9);
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
}

@keyframes slide {
  0%{
    top:0;
  }
  25%{
    top: -4rem;    
  }
  50%{
    top: -8rem;
  }
  72.5%{
    top: -12.25rem;
  }
}

}