#kelvin-title {
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 80px;
}

@media (max-width: 400px) {
  #kelvin-title {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
  }
}

