


.contentNeutral div
{
    margin-left: 20%;
    margin-right: 20%;

}
.section1 {
    background-color: #825D85;
    position: relative;
}
.companyContent
{
    margin-top: 20px;
    background: #2f2530;
    border-top-style: solid;
    /*border-top-width: 3px;*/
    /*border-color: #ffffff;*/
}

.companyContent div
{
    font-family: "Century Gothic", sans-serif;
    font-weight: 900;
    color: white;
    text-align: center;
    font-size: 15px;
}

.content_title
{
    font-family: ProtestRiot, sans-serif;
    font-weight: bold;
    color: #a8414f;
    font-size: 50px;
    text-align: center;
    margin: 10px 0;

}

.content_text
{
    font-family: ProtestRiot, sans-serif;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin: 10px 0;
}

.content_text div {
    font-family: ProtestRiot, sans-serif;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin: 10px 0;
}

