body {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.2px;
    text-align: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-image: url('./img/background.jpeg'); /* Указываем путь к изображению */
    background-size: cover; /* Изображение будет масштабироваться по всей странице */
    background-repeat: no-repeat; /* Изображение не будет повторяться */
    background-position: center center; /* Изображение будет по центру */
    /* height: 100vh; /* Высота страницы будет равна высоте экрана */
}

h1 {
    font-family: Limelight;
    font-size: 65px;
    font-weight: 400;
    color: #E5FF00;
}

h2 {
    color: #FFFFFF;
}

.header {
    width: 100%;
    text-align: center;
}

.row {
    display: flex;
    justify-content: center; /* Центрирование блоков по горизонтали */
    width: 70%;
    margin: 0 auto;
}

.row-two {
    display: flex;
    justify-content: center; /* Центрирование блоков по горизонтали */
    width: 100%;
    margin: 0 auto;
}

.center-div {
    padding: 20px;
    margin: 0 10px;
    text-align: center;
    width: 55%;
}

.center-div-rate {
    padding: 20px;
    margin: 0 10px;
    text-align: center;
    width: 25%;
}

.side-div {
    padding: 20px;
    margin: 0 10px;
    width: 300px;
    text-align: center;
}

.side-div p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 23.2px;
    text-align: center;
    color: #FFFFFF;
}

img {
    width: 200px;
}


.container {
    display: flex;
    justify-content: space-around;
}

.column {
    width: 45%;
}

.column img {
    max-width: 100%;
    height: auto;
}

.column p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.2px;
    text-align: center;
    color: #FFFFFF;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid black;
}

th, td {
    padding: 10px;
    text-align: center;
}

#countdown {
    font-family: Limelight;
    font-size: 65px;
    font-weight: 400;
    line-height: 121.73px;
    text-align: center;
    color: #FFFFFF;
}

#rate {
    font-family: Limelight;
    font-size: 30px;
    font-weight: 400;
    line-height: 121.73px;
    text-align: center;
    color: #FFFFFF;
}