*{
    margin: 0px;
    padding: 0px;
    font-family: 'Jaldi', sans-serif
}
html{
    background: #e0e0e0;

}
.container{
width: 100%;
height: 100%;
position: relative;

}
body{
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0px;
    margin: 0px;
}

a {
    color: inherit;
}
.box{
    max-width: 500px;
    min-width: 200px;
    background: white;
    position: relative;
    margin: auto;
    top: 39vh;
    border: 2px solid #444444;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 2px #0000002e;
    padding: 11px 0px;
}

h1, h2 {
    text-align: center;
}

h1, h1 *{
    font-family: 'Kalam', cursive;
    color: #4a4a4a;
}
h1 span{
    color: #b10202;
}
h2{
    font-size: 0.8rem;
    font-family: 'Jaldi', sans-serif;
    margin-top: -14px;
    color: #525252;
}
.social-ico{
    text-align: center;
    color: #a00202;
    margin-top: 23px;
}
.social-ico i{
margin: 0px 8px;
}

p {
    margin: 2px 10px;
}


