/* Index page specific styles */

/* Center content in index-section class only */
.index-section {
    text-align: center !important;
}
  
  /* Style H1 in index-section only */
.index-section h1 {
    font-size: 3rem;
    font-weight: 600;
}

/* Style buttons in index-section to have more padding */
.index-section .btn {
    margin: 0.75rem;
    padding: 1rem 2rem;
}

