body { font-family: "Poppins", sans-serif; } 

h1 {  
    font-size: 3rem;
    line-height: 1.375;
    color: #002633;
    font-weight: 700;
  }

  a {
    color: #12ffad;
    text-decoration: underline;
  }

  a:hover {
    color: #1ace90;
  }

.btn-primary {
    background-color: #12ffad!important;
    border-color: #12ffad!important;
    font-weight: 500!important;
    color: #002633!important;
    border-radius: 0px;
    font-size: 20px;
    padding: 15px;
}

.storyformat { max-width:75%!important; border-radius:25px; }

.footer { background-color:#002633!important; }