@font-face {
    font-family: 'JameelNooriNastaleeq';
    src: url("../fonts/Jameel%20Noori%20Nastaleeq.ttf") format('truetype');
    unicode-range: U+0600-07FF;
}

html {
    font-family: JameelNooriNastaleeq;
}

body {
    background-color: #cccccc;

    padding-left: 1.5em;
    padding-right: 1.5em;
}

div.row {
    display: flex;
    flex-direction: row;

    align-items: center;
}

div.links {
    height: 80px;

    display: flex;
    justify-content: space-around;
}

div.columns {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    width: 100%;
    height: 100vh;
}

div.column {
    display: flex;
    flex-direction: column;
}

div.right {
    justify-content: right;
    align-content: center;

    width: 60vw;
}

div.left {
    justify-content: center;

    width: 40vw;
}

.column img {
    object-fit: contain;
    padding: 1em;
}

h1,
h2 {
    font-size: 400%;
    display: flex;
    justify-content: center;

    color: #1c1d78;

    margin: 0px 0px 10px 0px;
}

h2 {
    font-size: 200%;
    margin-top: 30px;
}

p {
    color: #212121;
    text-align: center;

    margin: 5px 0px 5px 0px;
}

p.urdu {
    font-size: 150%;
    direction: rtl;
}

span.person,
span.contact,
a.contact {
    color: #1c1d78;
}

a.button {
    padding: 10px 5px 10px 5px;
    border-radius: 5px;
    background-color: white;
    color: #212121;

    margin: 0px 5px 0px 5px;
    height: auto;

    text-align: center;
    text-decoration: none;

    flex: 1;
}

a.button img {
    width: 200px;
    padding: 0px 5px 0px 5px;
    margin: -5px 0px -5px 0px;
}
