h1{color:#bf0000;}

h2{color:#bf00bf;}

p{color: darkorchid;}


/* body{background-color: #F7BDDE} */
/* body{background-color: RGBA(247, 189, 222, .8);} */
body{background-color: RGBA(247, 189, 222, .5);}

/* body{background-color: RGBA(127, 127, 127, .3);} */ /* this is for grey */


/* .flex-child
 {
  width: 20%;       /* Fills 25% of the parent container width 
  max-width: 100%;  /* Optional: Allows the image to shrink on smaller screens but never grow larger than its original size 
  height: auto;     /* Maintains the original aspect ratio 
}
*/


/*
.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 400px;
    height: 250px;
    background-color: lightgrey;
}

.flex-item {
    background-color: cornflowerblue;
    width: 100px;
    height: 100px;
    margin: 10px;
}
*/


/* this is a comment */
