.light-content p {
  color: #efece5;
}

.lc-start-button {
  transition: all 0.2s ease;
}
.lc-start-button:hover, .lc-start-button:focus {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}