body {
  margin: 0;
  font-family: 'Tajawal', sans-serif;
  color: #f27052;
  background-color: #253f45; /* matches the background in the image */
}

.logo {
  max-width: 300px;
}

.studio-text {
  font-size: 5rem;
  font-weight: bold;
  color: #f27052;
}

.subtext {
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #f27052;
}
