body {
    margin: 0;
    padding: 0;
    background-color: "f4f4f4";
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot') format('embedded-opentype'),
        url('fonts/CenturyGothic.woff2') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff'),
        url('fonts/CenturyGothic.ttf') format('truetype'),
        url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}

.container {
    padding: 5rem;
}

#first-text {
    text-align: start;
    font-size: larger;
}

#header-logo {
    max-width: 300px;
    height: 41px;
    top: 70px;
}

.block-title {
    width: 100%;
    background-color: #9cc2e5;
    color: white;
    padding: 3px;
    border-radius: 3px;
    padding-left: 5px;
}

.block-content {
    padding: 1px;
}

.bold {
    font-weight: bold;
}

td {
    height: 35px;
    text-align: center;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

table {
    width: 100%;
}

#contenterTable {
    display: flex;
    justify-content: space-between;
}

#first-table {
    width: 60%;
}

#second-table {
    width: 30%;
}

#mark {
    background-color: yellow;
    color: #3434ec;
    text-decoration: underline;
}

.mark2 {
    color: #3434ec;
    text-decoration: underline;
}

.mark3 {
    color: #3434ec;
}