


.profile-image {
    width: calc(100vw - 20px);
    max-width: 480px;
    border-radius: 24px;
    object-fit: cover;
    margin-left: 10px;
    margin-right: 10px;
  }

.profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.2rem 1rem 0 1rem;
    background-color :#4B1919;
    border-bottom : 1px solid  #4B1919;
    color:#F2F0E9;
} 

.profile-name {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0.2em 0;
  }

  .profile-tagline {
    font-size: 1.1rem;
    text-align: center;
    color:#F2F0E9;
    margin-bottom: 0.5rem;
    margin-top : 0.5rem;
  }
