#button-b {
	margin: 50px auto; width: 100%; height: auto; text-align: center;
}
.button-p {
	margin: 0px auto 40px; border-radius: 10px; border: 2px solid rgb(227, 0, 127); border-image: none; width: 100%; height: 40px; text-align: center; overflow: hidden; position: relative; cursor: pointer; box-sizing: border-box;
}
.button-p a {
	transition:0.5s; color: rgb(227, 0, 127); line-height: 40px; font-family: arial; font-size: 16px; text-decoration: none; position: relative; z-index: 2;
}
.eff-p {
	background: rgb(227, 0, 127); transition:0.5s; top: -2px; width: 100%; height: 40px; right: -100%; position: absolute; z-index: 1;
}
.button-p:hover .eff-p {
	right: 0px;
}
.button-p:hover a {
	color: rgb(255, 255, 255) !important;
}
.button-b {
	margin: 0px auto 40px; border-radius: 10px; border: 2px solid rgb(0, 159, 232); border-image: none; width: 100%; height: 40px; text-align: center; overflow: hidden; position: relative; cursor: pointer; box-sizing: border-box;
}
.button-b a {
	transition:0.5s; color: rgb(0, 159, 232); line-height: 40px; font-family: arial; font-size: 16px; text-decoration: none; position: relative; z-index: 2;
}
.eff-b {
	background: rgb(0, 159, 232); transition:0.5s; top: -2px; width: 100%; height: 40px; right: -100%; position: absolute; z-index: 1;
}
.button-b:hover .eff-b {
	right: 0px;
}
.button-b:hover a {
	color: rgb(255, 255, 255) !important;
}
.button-y {
	margin: 0px auto 40px; border-radius: 10px; border: 2px solid rgb(255, 240, 0); border-image: none; width: 100%; height: 40px; text-align: center; overflow: hidden; position: relative; cursor: pointer; box-sizing: border-box;
}
.button-y a {
	transition:0.5s; color: rgb(51, 51, 51); line-height: 40px; font-family: arial; font-size: 16px; text-decoration: none; position: relative; z-index: 2;
}
.eff-y {
	background: rgb(255, 240, 0); transition:0.5s; top: -2px; width: 100%; height: 40px; right: -100%; position: absolute; z-index: 1;
}
.button-y:hover .eff-y {
	right: 0px;
}
.button-y:hover a {
	color: rgb(51, 51, 51) !important;
}
#walk {
	animation-name: walk; animation-duration: 5s; animation-timing-function: linear; animation-iteration-count: 1;
}
.barysan {
	width: 60%; display: inline-block;
}
