body {
    font-family: 'Nunito Sans', sans-serif; /* Replace with your chosen font */
    margin: 20px;
}


.main-container {
    display: flex;                  /* Use Flexbox for layout */
    justify-content: space-between; /* Space between header and image */
}

.profile-image {
    width: 200px;                   /* Set image width */
    height: auto;                   /* Maintain aspect ratio */
}

h1 {
    margin: 0;                      /* Remove default margin */
}

h2 {
    margin: 0;                      /* Remove margin to keep it close to the previous text */
}
