:root{
    --second-color: #ec1650; /*use colors easily readable on white background*/
    --second-color-shadow: #ec165008; 
    //--first-color: #171c22;
    background: url(img/Wallpaper.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  b {
  color: rgb(255, 255, 255);
}