@import url('/css/common.css?ver=1');

body {
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    background-color: var(--primary);
    color: white;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;

    width: 100%;
}

.body {
    width: 100%;
    height: 100dvh;
    padding: 15px;
    box-sizing: border-box;

    .top {
        width: 100%;
        height: calc(100% - 110px);
        text-align: center;
        display: grid;
        place-items: center;
        img {
            width: 80%;
        }
    }

    .buttons {
        height: 110px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;

        div {
            border-radius: 15px;
            width: 100%;
            font-weight: 700;
            font-size: 16px;
            height: 100%;
            display: grid;
            place-items: center;
        }

        .button-1 {
            color: var(--primary);
            background-color: white;
        }
    }
}

.install {

    h1 {
        width: 100%;
        text-align: center;
    }
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 100px;
    padding-bottom: 100px;

    .horizontal {
        margin-left: -15px;
        width: 100vw;
        overflow-x: auto;
        img {
            height: 500px;
        }
    }

    .hor-2 {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .desc {
        width: 100%;
        text-align: center;
        line-height: 1.5;
        margin-top: 20px;
    }

    .div {
        width: 1px;
        height: 100px;
    }
}