/* Import Google Fonts */
@import url("//fonts.googleapis.com/css2?family=Electrolize:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Andika:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Common styles for both desktop and mobile */
#block-revolt-bannermain-2 h1 {
  font-family: 'Electrolize', sans-serif;
  color: #170aa7;
  text-shadow: rgb(255, 0, 0) -1px 0px 0px, rgb(0, 255, 255) 1px 0px 0px;
  white-space: normal;
  background-position-x: 0%;
  box-shadow: none;
  transform: translateX(0px) translateY(0px);
  display: block;
}

#block-revolt-bannermain-2 p {
  font-family: 'Andika', sans-serif;
  background-size: auto;
  background-position-x: 0%;
  transform: translateX(0px) translateY(0px);
  background-color: rgba(24, 197, 209, 0.08);
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-style: solid;
  border-color: rgba(89, 174, 231, 0.12);
  border-width: 4px;
  font-weight: 500;
}

/* Styles for smaller screens (e.g., mobile) */
@media (max-width: 768px) {
  #block-revolt-bannermain-2 h1 {
    font-size: 32px; /* Adjust the font size for mobile devices */
  }

  #block-revolt-bannermain-2 p {
    font-size: 18px; /* Adjust the font size for mobile devices */
  }
}
