.profile-photo {
    width: 153.6px; /* Set exact width */
    height: auto; /* Automatically adjusts height to maintain aspect ratio */
    max-width: 100%;
    object-fit: contain;
    object-fit: cover;
    border-radius: 10%;
    position: relative;
    top: 50px;
}

body.dark .profile-photo {
    /* New properties */
    border: 2px solid #05d9e8; /* Adds a black border of 5px */
}