.account-type {
    border: 1px solid #343839;
}

.account-type a {
    color: #B6B6B6;
    transition: .4s;
}

.account-type a:hover {
    color: var(--p1);
}