body {
        /*background-color: #e2c4e2;*/
        font-size: 18px;
}
body, select,option, button {
	font-family:'Cairo';
    font-weight: bold;
}

.main {
    border: 1px solid #999;
    border-radius: 20px;
}
.main h2 {
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: auto;
    border-radius: 20px 20px 0px 0px;
}
.main2 {
    background-image: url('1234.png');
    background-size: contain;
    background-repeat: space;
}
.main3 {
    background: #FFFFFF;
}
.major {text-align: center;}
input.masaha {
    font-family: 'Cairo';
    font-size: 14pt;
    line-height: 1.5em;
    width: 130px;
}
#demo, #demo1, #demo2 {
     font-weight: bold;
     color: #cc15cd;
}
button.t1 {
display: inline-block;
    border-radius: 4px;
    background-color: #000;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 20%;
    transition: all 0.5s;
    margin: 0px;
}
.share-whatsapp {
    display: block;
    background: #25D366;
    color: #fff;
    padding: 12px;
    text-align: center;
    margin-top: 15px;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'El Messiri';
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    transition: .2s;
}
.share-whatsapp:hover {
    background: #1eb84d;
    transform: translateY(-2px);
}
.major {
    padding: 10px;
    text-align: center;
    background: #FFF;
    border-radius: 5px;
}
.box2 {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: auto;
    width: 90%;
    height: 100%;
    text-align: center;
}