html {
    background: rgb(71, 41, 188);
}

body {
    margin-top: 0px;
    padding-top: 60px;
    background: rgb(71, 41, 188);
    background: linear-gradient(0deg, rgba(71, 41, 188, 1) 0%, rgba(176, 42, 183, 1) 100%);
    background-attachment: fixed;
}

.insync-wrapper {
    color: #ffffff;
    padding: 0 50px;
}

.insync-header {
    text-align: center;
    padding: 20px 0 100px 0;
    text-shadow: 0px 0px 10px rgba(71, 41, 188, 1), 0px 0px 10px rgba(71, 41, 188, 1), 0px 0px 10px rgba(71, 41, 188, 1), 0px 0px 10px rgba(71, 41, 188, 1);
    display: flex;
}

.insync-header h1 {
    font-size: 350%;
    margin: 0.67em 0;
    margin-bottom: 10px;
}

.insync-header h2 {
    opacity: 0.7;
}

.yt-outer-wrapper {
    max-width: 560px;
    margin: 70px auto;
}

.yt-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    margin: auto;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    background: #000000;
    border-radius: 25px;
}

.yt-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.insync-desc {
    background: rgba(0,0,0,0.65);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    padding: 50px;
}

.insync-store-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0.67em 0;
    text-align: center;
}

.insync-store-links-large-m {
    margin: 70px 0;
}

.insync-store-links img {
    height: 50px;
    width: auto;
}

.insync-screenshots {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding-bottom: 120px;
}

.insync-screenshots img {
    width: 18%;
    max-width: 250px;
    height: auto;
    border-radius: 25px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(20deg);
}

@media (max-width: 1100px) {
    .insync-screenshots {
        flex-wrap: wrap;
        gap: 150px;
    }

    .insync-screenshots img {
        flex: 1 1 50%;
        transform: rotate(0deg);
    }

    .insync-screenshots {
        padding-bottom: 0px;
    }
}


@media (max-width: 500px) {
    .insync-wrapper {
        padding: 0 10px;
    }

    .insync-desc {
        padding: 30px;
    }

    .insync-screenshots {
        padding-bottom: 0px;
        gap: 75px;
    }

    .insync-store-links {
        flex-direction: column;
        gap: 30px;
    }

    .insync-store-links img {
        width: 60%;
        height: auto;
    }
}

.footer {
    padding-top: 0;
}

.footer,
.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: #ffffff;
}
