main {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

h1 {
    font-size: 2.5rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 2px;
}

h2 {
    font-size: 1.8rem;
    color: #e5ad35;
    margin: 35px 0 15px 0;
}

h3 {
    font-size: 1.3rem;
    color: #fba94c;
    margin: 20px 0 10px 0;
}

p {
    font-size: 1.1rem;
    color: #c4c4cc;
    margin-bottom: 15px;
    text-align: justify;
}

span {
    font-weight: bold;
    color: #ffffff;
}
