h1{
    margin-top:10%;
    margin-left:30%;
    font-weight: bold;
  font-family: "Helvetica";
  text-align: left;
}
h3{
    
    margin-left:30%;
  font-family: "Helvetica";
  text-align: left;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a { text-decoration: none; color:#009FB7 } /* Globally */
/* Each state */
a:hover, a:active { text-decoration: none; font-weight: bold; color:#009FB7 }

.flex-container {
  /*. background-color: pink;  */
  margin: auto;
	width: 40%;
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > div {
  width: 190px;
    margin-top: 20px;
  margin-right: 35px;
  text-align: left;
  line-height: 35px;
  font-size: 20px;
  
    font-family: "Helvetica";
        font-weight: light;
}