body {
    background-image: linear-gradient(30deg, #3d2d7a 0%, #6d8fd4 100%);
    min-height: 100vh;
}

.dex {
    width: 256px;
    height: 256px;
    min-width: 256px;
    min-height: 256px;
    border-radius: 50%;
    object-fit: cover;
}

.icons a,
header a {
    border-bottom: none;
}

.text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

b {
    color: #000;
}
