body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.profile-info {
    position: absolute;
    top: 25px;
    right: 5px;
    color: white;
    /* background-color: #f9f9f9; */
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.profile-info .row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.profile-info .col-md-2 {
    flex: 1;
}

.profile-info .col-md-2.font-weight-bold {
    font-weight: bold;
}



a:hover {
    text-decoration: underline;
}
