.profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 20px auto;
}

.container {
    display: flex;
    align-items: center; /* Vertically centers the content */
    justify-content: center; /* Horizontally centers the content (optional) */
    height: 100vh; /* Makes the container take the full height of the viewport */
}