body 
{
  margin: 0; 
  padding-top: 30px;
}

.welcome 
{
  font-family: Roboto, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: black;
  text-align: center;
  margin: 60px 0 12px;
  letter-spacing: 0.6px;
}

/* Address / subtitle text */
.address 
{
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  color: #444;
  text-align: center;
  margin-bottom: 25px;
}

/* Cross icon */
.cross-icon 
{
  font-size: 42px;
  color: black;
  text-align: center;
  margin-bottom: 45px;
}

/* Mass photo container */
.mass-photo 
{
  text-align: center;
  margin-bottom: 60px;
}

/* Mass photo image */
.mass-photo-image 
{
  width: 100%;
  max-width: 520px;
  border: 6px solid black;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.about-us,
.history 
{
  font-family: Roboto, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: black;
  text-align: center;
  margin: 60px 0 15px;
  letter-spacing: 0.5px;
}

/* Shared paragraph text styling */
.about-text,
.history-text 
{
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  text-align: center;

  max-width: 900px;
  margin: 0 auto 70px;
  padding: 0 20px;
}

