* {
    box-sizing: border-box;
  } 
  html {
    scroll-behavior: smooth;
  }
  body {
    background-color: black;
    width: 100%;
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
}
a{
    color: #fafafa;
}
.main {
    width: 100%;
    display: inline-block;
}
.contentMain{
    width: 100%;
    padding: 0 50px;
}
.content {
    display: inline-block;
    color: #000;
    text-align: left;
    padding: 0 40px 20px;
    background: #eee;
}
.content h1 {
    font-size: 28px;
    color: #222;
    font-weight: 600;
    margin: 25px 0;
}
.content h2 {
    font-size: 18px;
    color: #333;
    margin: 30px 0 0 0;
    font-weight: 600;
}
.content a{
    color: #000;
}
.content p {
    font-size: 14px;
    margin: 10px 0;
}
.mainMob{
    display: none;
}

.navbar {
    width: 100%;
    display: inline-block;
}

.logo {
    float: left;
    padding: 30px 50px;
}


.one {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
img.scroll {
    width: 30px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}
img.mainImg{
    width: 100%;
    position: relative;
}

.two {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.notify {
    width: 500px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    display: inline-block;
    padding-right: 10px;
}

.type {
    float: left;
    width: 300px;
    color: #eee;
    text-align: left;
    padding-left: 20px;
}

.notifybutton {
    float: right;
    background: #D7D7D7;
    width: 100px;
    border-radius: 5px;
    padding: 8px;
    margin-top: 8px;
}

.socialtext {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
}

.socialtext p {
    color: #eee;
    font-size: 20px;
}

.social a {
    margin: 10px 5px;
}

.footer {
    width: 100%;
    display: inline-flex;
    background: #292929;
    padding: 20px 0 0; 
    margin-top: 30px;
    border-radius: 20px 20px 0 0;
}

.footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #eee;
}

.footer .social {
margin: 30px 0;
text-align: left;
}
.terms {
display: inline-flex;
}
h3 {
    font-size: 25px;
    color: #fafafa;
    font-weight: 600;
    margin: 20px 0;
}
h4{
    color: #fafafa;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.eapps-form-container {
    text-align: center;
}
.footer .eapps-form-container {
    text-align: left;
}
.footer #eapps-form-2 .eapps-form-actions-button.eapps-form-button {
    margin: 0px;
}