body,h1,h2,h3,h4,h5,p {
    font-family: "Poppins", sans-serif;
    /*font-family: "Cairo", sans-serif;*/
    color: white;
}

#cairo {
    font-family: "Cairo", sans-serif;
    color: white;
}

body {
    background: #0C517D; /*NBY Blue*/
    /*background: #514572; /*Purple*/
    border: 0;
    width: 100%;
    margin: 0; 
    padding: 0;
    align-content: center;
}

p {
    color: white;
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word;
    white-space: pre-line;
    opacity: 0.8;
   /*font-weight: 500;*/
}

.title {
    font-size: 20px;
    line-height: 1;
    opacity: 1;
}

.subTitle {
    font-size: 16px;
    opacity: 1;
}

table {}

.subTable {
    width: auto;
    text-align: center; 
    margin: 30px auto 45px;
    border: 0;
}

tr {}

td {
    margin: 30px 0 30;
}

.store {
    /* Store image buttons */
    width: 200px;
    height: auto;
    border: 0;
    margin: 0 0 15px;
    padding: 0;
}

.logo {
    margin: 20px 0 15px;
    width: 120px; 
    height: auto;
    border-radius: 15px; 
    box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.abtn {
    /* IBS link button */
    background-color: #C9A469; /*Emad Gold*/
    /*background-color: #AEA3D0; /*lite purple*/
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.alink {
    color: white;
    text-decoration: none;
}