
#content {
	    margin: 0px auto;
    max-width: 1200px;
       background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px;
    border-radius: 30px;
    gap: 12px;
    -webkit-transition: all .1s ease .25s;
    transition: all .1s ease .25s;
    z-index: 100;
}

#content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}

#content h2,
#content h3,
#content h4 {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
    font-weight: 400;
}

#content a {
    color: #ff7a00;
    font-weight: 600;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}