    * {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        box-sizing: border-box;
        font-family: Roboto, sans-serif;
        max-width: unset;
    }

    .container {
        max-width: 800px;
        margin-top: auto;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
    }

    h1 {
        font-size: 3rem;
        text-align: center;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    h1 span {
        color: rgb(14, 170, 251);
    }

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

    .box {
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(238, 238, 238);
        padding-top: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        text-align: center;
    }

    .btn a {
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(14, 170, 251);
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        margin-top: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        display: inline-block;
        width: 40%;
        color: rgb(255, 255, 255);
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: initial;
        text-decoration-color: initial;
        font-size: 1.5rem;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .review {
        display: flex;
        justify-content: space-between;
        column-gap: 1rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
        align-items: center;
    }

    footer {
        text-align: center;
        margin-top: 7rem;
    }

    footer a {
        color: rgb(14, 170, 251);
    }

    p {
        margin-bottom: 10px;
    }

    #iuwg {
        display: none;
    }

    #iibf4 {
        color: rgb(14, 170, 251);
    }

    #ivv6v {
        color: rgb(14, 170, 251);
    }

    #i8zmy {
        width: 100%;
    }

    #i0czu {
        text-align: center;
    }

    #iqxfl {
        font-size: 10px;
    }

    #iymq {
        color: rgb(0, 0, 0);
    }

    @media only screen and (max-width: 600px) {
        h1 {
            font-size: 28px;
            padding-top: 2px;
            padding-right: 2px;
            padding-bottom: 2px;
            padding-left: 2px;
        }

        .btn a {
            padding-top: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
            padding-left: 15px;
            margin-top: 0.5rem;
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
            margin-left: 0.5rem;
            display: inline-block;
            width: 90%;
        }

        body {
            padding-top: 10px;
            padding-right: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
        }
    }