﻿.anch {
    background: #47b2e4;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    font-weight:bold;
    border-radius: 50px;
}

.anch:hover {
    background: #209dd8;
}


