/* Home */
.button {
    text-align: center;
  }

.getting-started-btn {
    background-color: #4f4f4f; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 1rem;

}
.home-content {
    color: #ffffff;
}
.header-container {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 11rem;
}

.main {
    font-size: 2.5rem;
    margin-bottom: 0.5rem !important; /* Override default h1 margin */
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-top: -0 !important;
    font-weight: 400;
    padding-left: 13rem;
    
}

.description {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    padding: 0 1rem;
}

.description p {
    text-align: justify;
    font-size: 1.1rem;
}

