        .botan-area {
            width: 100%;
             margin: 0 auto;
        }

  a.fontegara_botan {
	position: relative;
	display: block;
          width: 80%;
           margin: auto;
	padding: 0.2rem;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
       color: white;
	text-shadow: 0 0 0.5rem ivory;
	background: #D8A96E;
	transition: .4s;
            border-radius: 0.75rem;
            font-size: 1rem
}
a.fontegara_botan:hover {
	text-shadow: -0.5rem 0 1rem white, 0.5rem 0 1rem white;
	transition: .4s;
}

  a.fontegara_botan2 {
	position: relative;
	display: block;
          width: 80%;
           margin: auto;
	padding: 0.2rem;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
       color: white;
	text-shadow: 0 0 0.5rem ivory;
	background: coral;
	transition: .4s;
            border-radius: 0.75rem;
            font-size: 1rem
}
a.fontegara_botan2:hover {
	text-shadow: -0.5rem 0 1rem white, 0.5rem 0 1rem white;
	transition: .4s;
}