body{
    margin: 0;
    /* background-position: center; */
    padding: 0;
    background-color: #050428 !important;
    background-repeat: no-repeat;
    background-size: cover;
}
ul{
    padding-left: 0;
}
h1::after {
    content: "";
    /* position: absolute; */
    bottom: -7px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 41.8%;
    height: 1px;
    /* background: #000000 !important; */
}
h1 {
    font-family: FontsFree-Net-TTInterfaces-Bold !important;
    font-size: 34px !important;
    position: relative;
    padding-bottom: 0px;
    color: #000000 !important;
    font-weight: 800 !important;
}
.main-area h1 {
    font-size: 47px !important;
    text-transform: lowercase;
    color: #fff !important;
}
.main-area {
    margin-top: 17%;
    text-align: center;
    /* margin-left: 80px; */
}
@font-face {
  font-family: FontsFree-Net-TTInterfaces-Bold;
  src: url(FontsFree-Net-TTInterfaces-Bold.ttf);
}
h6 {
    font-size: 17px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    padding-top: 10px;
    padding-left: 8px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.logo-footer img {
    width: 3%;
}

footer {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
a:hover{
    text-decoration: none;
}
.top-bar {
    /* background: #242424; */
    padding: 5px 0px;
    position: relative;
}
.main-area h6 {
    color: #fff !important;
}