
* {
    color: black;
    font-family: Tahoma, sans-serif;
}

.header-title {
    font-size: 30;
    font-weight: 900;
}

.header-container {
    display: flex;
    align-items: center;
}

.header-container img {
    width: 150;
    height: 150;
}

.main-container h1 {
    font-size: 26;
    font-weight: 600;
}

.main-container img, video {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.main-container li, p {
    font-size: 16;
    font-weight: 100;
    color: #2e2e2e;
    line-height: 1.6;
}

.section-header {
    font-size: 15;
    font-weight: 600;
    color: black;
}

.main-container ul {
    list-style-type: circle;
    color: black;
    padding-left: 40px;
}

.tbc-table {
    width: 80%;
    border-collapse: collapse;
    text-align: left;
    display: block;
    margin: 0 auto;
}

.tbc-table th, td {
    border: 1px solid #333;
    padding: 10px;
}

.tbc-table th, td {
    background-color: #f4f4f4;
}

.page-footer {
    background-color: #f4f4f4;
    color: white;
    text-align: center;
    padding: 20px;
    position: relative;
}

.page-footer::before {
    content: "";
    display: block;
    height: 2px;
    background-color: #2e2e2e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
