.custom-text {
    color: #8dc63f;
  }

@import url('https://fonts.cdnfonts.com/css/samarkan');
.custom-logo-text {
    font-family: 'Samarkan', sans-serif; /* Change this to your custom font */
    color: #FFD700; /* Change this to your preferred color */
    font-weight: bold;
    font-size: 42pt;
}