* {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl;
}
body {
    background: #dc3737;
    font-family: cairo;
    text-align: center;
}
img.main-logo {
    margin: 10px;
}
h1.wel {
    margin: -10px;
    font-size: 25px;
}
p.des {
    margin: 20px;
    font-size: 20px;
}
a {
    text-decoration: none;
    color: #fff;
    margin: auto;
    transition: 0.3s;
}
a.apply {
    background: #000;
    padding: 15px 60px;
}
a.apply:hover {
    background: #0cb36e;
}