@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .py-2 {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.px-10-cus{
	padding:15px;
}
.text-3xl{
	font-size: 3rem;
}
 .text-xs {
    font-size: 1.25rem;
}
.text-indigo-700 {
   color: #42c2ff;
    font-weight: 700;
    padding: 15px 0px;
    width: fit-content;
    border-radius: 6px;
    font-size: 1.7rem;
}
.container {
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 9px;
}
#title {
    color: #0e0e0e;
    font-weight: 900;
    text-shadow: -1px 0 black, -5px 5px #ffffff, -8px 8px #1e7aa6, -12px 12px #08c6ff;
    /* animation: slidein .5s ease; */
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 42px;
}
.text-6xl {
    font-size: 3.5rem;
}
.px-4 {
    padding-left: 0rem;
    padding-right: 0rem;
}
}
