.container-fluid {
    padding: 0px;
    margin: 0px;
}

.avatar {
    width: 200px;
    height: 200px;
    border-radius: 100px;
}

.btn {
    border-radius: 50px;
}

.card {
    border: 0px;
    border-radius: 20px;
    box-shadow: 2px 2px 16px 8px rgba(128, 128, 128, 0.1);
}

.card-image {
    width: 64px;
    height: 64px;
    border-radius: 16px;
}

.cv-btn {
    border-radius: 20px;
    box-shadow: 2px 2px 16px 8px rgba(128, 128, 128, 0.3);
}

.links-group {
    border-radius: 20px;
    box-shadow: 2px 2px 16px 8px rgba(128, 128, 128, 0.3);
}