    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

    :root {
        --background: #002EBA;
        --color-primary: #FA4516;
        --text-primary: #001489;
        --text-secondary: white;
    }

    body {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        font-family: 'Montserrat';
        background: url('./images/home.png');
        background-position: 50% 50%;
        background-size: cover;
    }

    .content {
        /* width: 1080px; */
        color: var(--text-primary);
        align-self: stretch;
        position: relative;
        min-height: 83vh;
    }

    .body-row {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%)
    }


    @media screen and (max-width: 768px) {

        .content {
            align-self: auto;
            width: 100%;
        }
    }

    .img-header {
        text-align: center;
        max-width: fit-content;
    }

    .tp {
        width: 300px;
    }

    .sfp {
        width: 200px;
    }

    .synchronize {
        width: 250px;
    }

    .ifc {
        width: 130px;
        padding: 0.8rem;
    }

    .logo-row {
        display: flex;
        justify-content: center;
        flex-basis: 200px;
        padding: 0.5rem 3rem;
        align-items: center;
    }

    .body-row {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        text-transform: uppercase;
    }

    .button-item {
        align-self: center;
        width: 70%;
        text-align: center;
        border: 2px solid var(--color-primary);
        border-radius: 5px;
        color: var(--text-secondary);
        padding: 1rem;
        margin-top: 2rem;
        font-size: 16px;
    }

    .alter {
        border: 2px solid var(--text-secondary) !important;
        color: var(--text-secondary);
    }

    .button-item:hover {
        cursor: pointer;
        color: var(--text-secondary);
        background-color: var(--color-primary);
    }

    .img-home {
        width: 100%;
    }

    .title {
        font-weight: bold;
    }

    @media screen and (max-width: 960px) {

        .button-item {
            width: 90%;
        }

        .img-header {
            max-width: fit-content;
        }

        .tp {
            width: 180px;
        }

        .sfp {
            width: 60px;
        }

        .synchronize {
            width: 80px;
        }

        .ifc {
            width: 70px;
        }

        .flex-item:nth-child(2) {
            flex-grow: 1;
            /* item kedua dapat 4 bagian */
        }
    }

    .img-body {
        width: 100%;
    }

    .flex-item:nth-child(2) {
        flex-grow: 2;
        /* item kedua dapat 4 bagian */
    }

    .images-body {
        width: 100%;
        margin-top: 1.5rem;
    }

    a {
        text-decoration: none;
    }

    .audio {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 10;
        right: 10;
        background-color: white;
        border-radius: 40px;
        flex-direction: column;
        display: flex;
        justify-content: center;
        -webkit-box-shadow: 1px 1px 3px #fefeff;
        -moz-box-shadow: 1px 1px 3px #fefeff;
        box-shadow: 1px 1px 3px #fefeff;
    }

    .musicon {
        width: 100%;
        text-align: center;
    }

    .music {
        width: 60%;
    }

    .audio:hover {
        -webkit-box-shadow: 2px 2px 5px #fefeff;
        -moz-box-shadow: 2px 2px 5px #fefeff;
        box-shadow: 2px 2px 5px #fefeff;
    }