﻿body{
    font-family: "kufi";
    margin: 0;
    direction: rtl;
}

.website {
    padding: 60px;
    text-align: center;
}

header img {
    border-radius: 22.5%;
    height: 120px;
    display: block;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

h1.app-name {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

h2 {
    font-size: 16px;
}

.download-title {
}

.download-app {
    margin-top: 5px;
}

    .download-app a {
        display: inline-block;
        margin: 0 15px;
        width: 140px;
    }

    .download-app img {
        width: 100%;
    }

footer {
    margin-top: 40px;
}

    footer a {
        color: #2d2d66;
        font-size: 12px;
        display: inline-block;
        margin: 0 15px;
    }

.share-link a {
    display: inline-block;
    background: #5541D4;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    box-shadow: 0 0 5px #281a87;
    text-align: center;
    width: 180px;
    margin-bottom: 30px;
    margin-top: 10px;
}