body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #100f0f;
    margin: 20px;
    padding: 20px;
}

h1 {
    color: #2c3e50;
    text-align: center;
    font-weight: bold;
}

h2 {
    color: #a81313;
    font-weight: bold;
    font-size: 25px;
    padding: 1px;
}

h3 {
    color: #28798d;
    font-weight: bold;
    font-size: 25px;
    padding: 1px;
}

h4{
    text-align: right;
    color: #a81313;
    font-weight: bold;
    font-size: 25px;
    padding: 1px;
}

h5{
    text-align: right;
    color: #28798d;
    font-weight: bold;
    font-size: 25px;
    padding: 1px;
}

ul{
    float: right;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

.ccm-image {
    float: left;
    margin: 10px;
    width: 250px;
    height: 250px;
}

.bauer-image {
    float: right;
    display: block;
    margin: 10px auto;
    width: 300px;
    height: 300px;
}

.ccm-logo{
    float: left;
    display: block;
    margin: 10px auto;
    width: 500px;
    height: 75px;
}

.bauer-logo{
    float: left;
    display: block;
    margin: 10px auto;
    width: 400px;
    height: 250px;

}

a {
    color: #28798d;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    background-color: #333;
    color: white;
}