body {
background:;
}

h1+p {
  font-size: 45px;
}
 
.comment {
     
    } 

/*################### END Flex Box Styling ############# */


.spacer_one {
 height: 150px;    
}
.bg-grey {
    background: grey;
}

.bg-green {
    background: green;
}

.bg-yellow {
    background: yellow;
}
.bg-black {
    background: black;
}
.bg-blue {
    background: blue;
}
.bg-pink {
    background: pink;
}
.bg-orange {
    background: orange;
}


/*################### Tnted Backgrounds #######################*/
.color-a {
  background-color: red;
}

.color-b {
  background-color: green;
}

.color-c {
  background-image: repeating-linear-gradient(45deg, yellow, yellow 10px, blue 10px, blue 20px);
}

.tint1 {
  box-shadow: inset 10000px 0 0 rgba(255, 255, 255, 0.1);
}

.tint2 {
  box-shadow: inset 10000px 0 0 rgba(255, 255, 255, 0.2);
}

.tint3 {
  box-shadow: inset 10000px 0 0 rgba(255, 255, 255, 0.3);
}

.tint4 {
  box-shadow: inset 10000px 0 0 rgba(255, 255, 255, 0.4);
}

