body {
    font-family: "Poor Story", cursive;
    color: #000000;
    font-size: 38px;
    background-image: url('/images/channelx_paper_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 960px;
}

.hero-image {
    width: 90%;
    height: auto;
}

.large-logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.large-logo-button {
    position: relative;
    cursor: pointer;
    margin-bottom: 5%;
    width: 25%;
    height: auto;
}

.small-logo-container {
    padding: 0 7% 0 7%;
}

.small-logos {
    text-align: center;
}

.small-logos div {
    margin-bottom: 15px;
}

.small-logo {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.hero-label {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.mb-txt {
    text-align: center;
    height: 120px;
    width: 500px;
    font-size: 96px;
    line-height: 120px;
}

.frequencies-container {
    width: 100%;
    margin-top: 5%;
}

.frequencies-label {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.frequencies-txt {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
}

/* Media query for smaller screens */
@media (max-width: 767px) {
    .large-logo-container {
        flex-direction: column;
    }

    .mb-txt {
        font-size: 48px;
        line-height: 60px;
        height: auto;
        width: auto;
    }

    .frequencies-txt {
        text-align: center;
        font-size: 16px;
        line-height: 10px;
        white-space: nowrap;
    }
}
