.asdsasad {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.asdsasad a {
    color: #2c2c2c;
    background: #fcca19dd;
    padding: 15px 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.asdsasad a:hover{
    background: #2c2c2c;
    color: #fcca19dd;
}