@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Regular.woff2') format('woff2'),
         url('../fonts/IBMPlexSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Italic.woff2') format('woff2'),
         url('../fonts/IBMPlexSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

.ibm-plex-sans-regular {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 18px;
    line-height: 150%;
    color: white;
    text-align: center;
    padding: 50px;
}

.container {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text {
    text-align: left;
    max-width: 600px;
    margin-left: 20px;
}

.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    color: white;
    background-color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.logos img {
    margin-left: 20px;
    margin-right: 20px;
    width: 400px;
}

.logos {
    text-align: right;
}

.button img {
    margin-left: 10px;
    vertical-align: middle;
}

.button span {
    margin-right: 10px;
}

.countdown {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.kdg-body {
    background-color: #371000;
}

.kdg-button {
    color: #371000;
}

.klfg-body {
    background-color: #2f5aa0;
}

.klfg-button {
    color: #2f5aa0;
}

.klg-body {
    background-color: #9b1c1c;
}

.klg-button {
    color: #9b1c1c;
}
