html, body {
	height: 100%;
}

/* CSS only for examples not required for centering */
.container {
	height: 100%;
}

.spalist a{
	text-decoration: none;
	color: #008B8B;
	position: relative;
	background: #AFEEEE;
	border:0px;
	border-bottom:1px solid #00CED1;
	border-radius: 5px;
	padding: 8px 20px;
	margin: 0;
	margin-top: 1.2vw;
	letter-spacing: 1px;
	overflow: hidden;
	transition: .3s all ease-in-out;
}

.spalist a .wave, .ccilist a .wave{
	opacity: 1;
	position: absolute;
	top: 0;
	left: 50%;
	background: #fff;
	width: 400px;
	height: 500px;
	margin-left: -150px;
	margin-top: -480px;
	transform-origin: 50% 49%;
	border-radius: 43%;
	animation: drift 10000ms infinite linear;
}

.spalist a.rumble, .ccilist a.rumble {
	animation: rumbleinthejungle 6000ms linear;
}

.spalist a .text, .ccilist a .text {
	position: relative;
	z-index: 2;
}

@keyframes drift {
	from {
		transform: rotate(0deg);
	}
	from {
		transform: rotate(360deg);
	}
}

@keyframes rumbleinthejungle {
	0%, 100% {
		transform: translate3d(0,-25px,0);
	}
	50% {
		transform: translate3d(0,5px,0);
	}
}

.ccilist a{
	text-decoration: none;
	color: #fff;
	position: relative;
	background: #ed1c24;
	border:0px;
	border-bottom:1px solid #00CED1;
	border-radius: 5px;
	padding: 8px 20px;
	margin: 0;
	margin-top: 1.2vw;
	letter-spacing: 1px;
	overflow: hidden;
	transition: .3s all ease-in-out;
}

.sincap {
	width: 180px;
	height: 220px;
	position:fixed;
	bottom:0;
	right:0;
	z-index:99;
}

.sincap img{
	width:80%;
}

.sincap a span{
	background:#007bff;
	color:#fff;
	padding:5px;
	border-radius:8px;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400&display=swap');
.ayinurunu{
	font-family: 'Montserrat';
	color:#fff;
    display:block;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    line-height:30px;
    font-size:16px;
    font-weight:bold;
    text-shadow:0px 1px 1px #888;
    background-color:#00cdae;
}
.ayinurunu span.icon,.ayinurunu span.title{
    display:inline-block;
    position:relative;
    line-height:50px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
.ayinurunu span.left{
    float:left;
	width:20%;
	text-align:center;
    border-radius:6px 0 0 6px;
    -moz-border-radius:6px 0 0 6px;
    -webkit-border-radius:6px 0 0 6px;
}
.ayinurunu span.right{
    float:left;
	width:80%;
	text-align:center;
    border-radius:0 6px 6px 0;
    -moz-border-radius:0 6px 6px 0;
    -webkit-border-radius:0 6px 6px 0;
}
.ayinurunu span.icon{
    font-size:23px;
    background-color:#00967f;
    -webkit-box-shadow:0 3px 0 0 #007261;
    box-shadow:0 3px 0 0 #007261;
    text-shadow:0px 1px 1px #888;
}
.ayinurunu span.title{
    -webkit-box-shadow:0 3px 0 0 #00ae94;
    box-shadow:0 3px 0 0 #00ae94;
    background-color:#00cdae;
}
.ayinurunu span.arrow-left{
    position:absolute;
    width:0;
    height:0;
    border-top:25px solid transparent;
    border-bottom:25px solid transparent;
    -webkit-transition:all .15s;
    -transition:all .15s;
    -webkit-transition-property:left,right;
    transition-property:left,right;
}
.ayinurunu.left span.arrow-left{
    right:0;
    -webkit-box-shadow:10px 0 0 0 #00cdae,10px 3px 0 0 #00ae94;
    box-shadow:10px 0 0 0 #00cdae,10px 3px 0 0 #00ae94;
    border-right:10px solid #00cdae;
}