.footer-aing {

  background: #d0d07d;

  font-size: calc(0.875rem - 0.05rem);

  font-family: "ubuntu-regular", sans-serif;

  

}

.scroll-left {

 height: 50px;

 width: 100%;

 overflow: hidden;

 position: relative;

 background-color: transparent;

 color: #332C2B;

 /*border: 1px solid #2C3E65;*/

}

.scroll-left p {

 position: absolute;

 width: max-content;

 height: 100%;

 color: #FEFEFE;

 margin: 0;

 line-height: 50px;

 text-align: center;

 /* Starting position */

 transform:translateX(100%);

 /* Apply animation to this element */

 animation: scroll-left 40s linear infinite;

}

/* Move it (define the animation) */

@keyframes scroll-left {

 0%   {

 transform: translateX(100%); 		

 }

 100% {

 transform: translateX(-100%); 

 }

}
.h1sambung{
		font-family: "Rouge Script", sans-serif;
		font-size: 60px;
	}
@media (max-width: 360px) {
	.h1sambung{
		font-family: "Rouge Script", sans-serif;
		font-size: 40px;
	}
}