.better_a{
    color: black;
    padding: 10px;
    margin: 10px;
    position: relative;
    top: 10px;
    text-decoration: none;
    border-radius: 10%;
    display: inline-block;
}
.card{
    width: calc(30% + 3px);
    height: auto;
    font-size: 70px;
    text-align: center;
    background: linear-gradient(rgba(39, 255, 154, 0.823),rgba(39, 255, 176, 0.075));
}