body{
    background-color: #121212;


}

.ig{
    background-image: url("img/Lua.jpg");
    width: 100%;
    height: 700px;
    background-position: top ;
    background-size: cover;

}

.text{
    text-align: left;
    color: aliceblue;
    position: absolute;
    left: 20%;
    top: 30%;
}
.text1{
    color: aliceblue;
}
.p1{
    position: absolute;
    top: 50%;
    left: 20%;
}
.fg{
    height: 500px;
    
}

.f{
    float: left;
}
.s{
    float: right;
}

.bx{
    background-color:#212529;
}

.b{
    background-color: black;
}