    * {
        border: 0px solid red;
    }

    body {
        font-family: 'Roboto', sans-serif;
        background-color: rgb(30, 30, 30);
        width: 60vw;
        margin: auto;
    }

    .banner-section-mocap {
        color: beige;
        width: 95%;
    }

    .banner-section-mocap h1 {
        font-size: clamp(24px, 2vw, 60px);
        text-align: center;
        font-weight: bold;
    }

    .banner-section-mocap p {
        font-size: 20px;
        font-weight: normal;
    }

    .slot-section {
        font-size: clamp(30px, 5vw, 40px);
        color: beige;
        width: 100%;
        border-top: 4px solid beige;
        border-left: 4px solid beige;
        border-right: 4px solid beige;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        margin-top: 3vw;
    }

    .table-section {
        width: 100%;
        border-left: 4px solid beige;
        border-right: 4px solid beige;
        border-bottom: 4px solid beige;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top: none;
    }

    .note {
        color: beige;
        font-weight: normal;
        font-size: clamp(10px, 10vw, 25px);
    }

    .borderCard {
        border: 6px solid beige;
    }

    .table-custom {
        background-color: #2c2c2c;
        color: beige;
    }

    .banner-section {
        height: 50vw;
    }

    .comm-intro {
        background-color: beige;
        border-radius: 80px;
        color: black;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    @media (min-width: 1200px) {

        .banner-section-mocap h1 {
            font-size: clamp(24px, 1.5vw, 40px);
        }

        .banner-section-mocap p {
            font-size: clamp(12px, 1vw, 28px);
        }
    }

    @media (max-width: 1200px) {
        body {
            width: 100%;
            margin: auto;
        }

        .banner-section-mocap h1 {
            font-size: clamp(18px, 3vw, 38px);
        }

        .banner-section-mocap p {
            font-size: clamp(12px, 3vw, 20px);
        }

        .comm-intro {
            border-radius: 20px;
        }
    }

    @media (max-width: 992px) {
        .mocap-pic {
            text-align: center;
        }
    }

    @media (max-width:768px) {
        .table-section {
            width: 90vw;
        }

        .slot-section {
            width: 90vw;
        }

        .banner-section-mocap {
            width: 90vw;
        }

        .banner-section-mocap {
            margin-top: -50px;
        }
    }