body{
     background-color: #1E202B;
}

.main-color{
    background-color: #1E202B;
}
.sec-color{
    background-color: #323544;
}

.myList{
    list-style: none;
}

a{
    text-decoration: none;
color: #fff;}

.list-item{
padding:0px 15px;

}
.site-header{
    padding: 40px 0px;
}
.site-content{
    
    background-image:url('../img/banner.png');
    background-repeat: no-repeat;
}