body{
    color: rgb(255, 255, 255);
    background-color: #179287;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
}
.bg-metal{
    background-image: url("../img/metal.png");
    background-size: contain;
    background-repeat: repeat-x;
    /* height: 225px; 
    width: 110%; */
    padding-top: 20px;
    
}
/* ######################################################################################################## */