html {
  font-size: 16px;
  font-family: 'Lora', serif;
}

body {
  background-color: #F2F2ED;
}

.profile-box {
  display: flex;        
  align-items: center;      
  justify-content: space-between; 
  gap: 2rem;                 
  max-width: 1200px;         
  margin: 0 auto;            
}

.profile-text {
  flex: 1;              
}

.profile-image img {
  max-width: 400px;          
  border-radius: 9px;    
  display: block;   
}

h1 {
  color: #1f3850; /* Blue-black colour */
  font-weight: 400;
}

h2, h3 {
  color: #4c5d8d; /* Slightly more blue for UWA */
  font-weight: 400;
}

p {
  color: #1f3850;
}