.body-index1{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #201F1F;
}
.body-index2{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    background: url("Images/black-background-design.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.body-main-content{

}
.header-logo{
    text-align: right;
    margin-top: 10px;
}
.body-content{
    color: whitesmoke;
    text-align: right;
    margin-top: 10%;
}
.body-content h1{
    font-size: 65px;
    color: whitesmoke;
}
.text-strong{
    font-size: 74px;
    color: whitesmoke;

}
.body-content h2{
    color: #EC1C24;
    font-size: 40px;
    font-weight: bold;
}
.footer-content{
    margin-top: 10%;
    text-align: center;
    color: whitesmoke;
    font-size: 15px;
}
.copyrights-content{
    text-align: center;
    color: grey;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.footer-content span{
    margin-right: 30px;
}

.container-new{
    margin-left: 30px;
    margin-right: 30px;
}
.footer-content a{
    text-decoration: none;
    color: whitesmoke;
}
@media (max-width: 780px){
    .footer-content span{
        margin-right: 7px;
    }
    .text-strong{
        font-size: 50px;
        color: whitesmoke;

    }


    
}