* {
	font-family: Arial, sans-serif;
	font-size: 30px;
 	color: #6d6875;
 	text-decoration: none;
 	text-transform: uppercase;
 	font-weight: 600;
 	background: rgba(255, 205, 178, 0.73);
 	border-radius: 40px;
}

.button {
 border: 4px solid #6d6875;
 width: 250px;
 height: 60px;
 display: block;
 text-align: center;
 line-height: 60px;
 background: #ffb4a2;
}   

.b1 {
 position: absolute;
 top: 10%;
 left: 50%;
 transform: translate(-50%, -50%);
}    

.b2{
 position: absolute;
 top: 22%;
 left: 50%;
 transform: translate(-50%, -50%);
}   

.b3{
 position: absolute;
 top: 34%;
 left: 50%;
 transform: translate(-50%, -50%);
}   

 .button:hover {
 	transition: 0.8s;
 	background: #e5989b;
 }

 .button:active {
 	border: 4px solid #b5838d;
 	color: #b5838d;
 }
