.link {
    display: flex;
    font-family: "BalsamiqSansRegular";
    font-size: 18px;
    text-decoration: none;
    width: 140px;
    height: 40px;
    color: #444;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-color: #FFF4BD;
}

.link--nav-tel {
    width: 50px;
    border-radius: 10px;
}