body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 20px;
}

.TextPage_wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.TextPage_title-wrapper h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    font-weight: 300;
}

.TextPage_content h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    font-weight: 300;
}

.TextPage_content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

 .contactus {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.TextPage_content li {
    list-style: none;
    line-height: 1.5;
}

a {
    color: #FFA500;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}