body {
    background-color: rgb(24, 24, 24);
    color: rgb(240, 240, 240);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    font-family: Verdana Tahoma sans-serif;
}

.share-button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(240, 240, 240);
    cursor: pointer;
}

.share-button:hover {
    transition: cubic-bezier(.08, 1.5, 1, 1.5) 0, 2s;
    transform: scale(1.03);
}


header {
    width: 95%;
    max-width: 788px;
    display: flex;
    justify-content: flex-end;
    padding: 12px;
    margin-top: 15px;
    margin: auto;
}

.main-img {
    width: 50%;
    height: 150px;
    justify-content: center;
    display: flex;
    margin: auto;
}

@media (max-width: 600px) {
    .main-img {
        width: 100px;
        height: 100px;
    }
}
.main-img img {
    border-radius: 50%;
}

h1 {
    margin-top: 20px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    font-size: 30px;
}

p {
    margin-top: 20px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    font-size: 20px;
    margin: center;
}

.tile {
    background-color: rgb(37, 37, 36);
    height: 57px;
    width: 0%;
    margin: auto;
    margin-top: 7px;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.tile-animate {
    width: 50%;
}


.tile:hover {
    transition: cubic-bezier(.07, 1.41, .82, 1.41) 0, 2s;
    transform: scale(1.03);
}


.tile-share-button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(57, 57, 57);
    margin: 8px;
}

a {
    text-decoration: none;
    color: rgb(240, 240, 240);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana, Tahoma, sans-serif;
}

.icon {
    width: 40px;
    height: 40px;
    margin: 8px 8px 8px 8px;
    margin-bottom: 13px;
}


.icon-android {
    width: 40px;
    height: 40px;
    margin: 8px 8px 8px 8px;
    margin-bottom: 3px;
}

.share-button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(240, 240, 240);
    justify-content: center;
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .share-button {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 600px) {
    .share-button svg {
        width: 15px;
        height: 15px;
    }
}

.tile-share-button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 8px;
    justify-content: center;
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .tile-share-button {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 600px) {
    .tile-share-button svg {
        width: 15px;
        height: 15px;
    }
}   

@media (max-width: 600px) {
    .icon-android {
        width: 20px;
        height: 20px;
    }
}

    @media (max-width: 600px) {
        .icon-ios {
            width: 20px;
            height: 20px;
            margin-bottom: 15px;
        }
    }
    @media (max-width: 600px) {
        .icon {
            width: 20px;
            height: 20px;
        }
    }

    @media (max-width: 600px) {
        .tile p {
            font-size: 15px;
        }
    }

    @media (max-width: 600px) {
        .tile {
            width: 80%;
            height: 45px;
        }
    }

    .tile-ios {
        background-color: transparent;
        height: 100px;
        width: 20%;
        justify-content: center;
        display: flex;
    }

.icon-ios {
    width: 20%;
    height: 100px;
    justify-content: center;
    display: flex;
    margin: auto;
    margin-top: 14px;
    animation: anim 2s forwards 0.3s;
    position: relative;
    left: -1000%;
}

.tile-android {
    background-color: transparent;
    height: auto;
    width: 20%;
    justify-content: center;
    display: flex;
}

.icon-android {
    width: 20%;
    height: 120px;
    justify-content: center;
    display: flex;
    margin: auto;
    animation: anim 2s forwards 0s;
    position: relative;
    left: -1000%;
}

@keyframes anim {
    from {
        left: -1000%;
    }
    to {
        left: 0;
    }
}

.download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin: 32px auto;
    width: 100%;
    max-width: 600px;
}

.tile-ios, .tile-android {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 70px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.icon-ios, .icon-android {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.icon-ios img, .icon-android img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 600px) {
    .download {
        flex-direction: column;
        gap: 16px;
    }
    .tile-ios, .tile-android {
        width: 90vw;
        max-width: 320px;
        height: 56px;
    }
}

.icon-ios:hover, .icon-android:hover {
    transform: scale(1.04);
    transition-duration: 0.5s;
}