.yellow_hover a{align-items:center;background:#fce9a6;border-radius:3px;color:#313131;display:flex;font-weight:500;justify-content:space-around;margin:0 auto;max-width:400px;padding:10px 25px;position:relative;transition:.3s ease-in-out}.yellow_hover a:after{align-items:center;border-right:2px solid;border-top:2px solid;bottom:0;content:"";display:flex;font-size:90%;height:6px;justify-content:center;position:absolute;right:2rem;top:50%;transform:translateY(-50%) rotate(45deg);transition:right .3s;width:6px}.yellow_hover a:hover{background:#f3bf00;color:#000}.yellow_hover a:hover:after{right:1.4rem}