@import url(https://db.onlinewebfonts.com/c/390289fedd068780e28c0f9f259c3782?family=ITC+Bauhaus+Medium);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "ITC Bauhaus Medium",sans-serif;
    color: black;
    background-color: #333;
    align-content: center;
}
.topnav {
  /*position: fixed; */
  background-color: #333;
  overflow: hidden;
  align-self: flex-start;
  z-index: 10;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  align-self: center;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}


.text {
  display: inline-block;
  vertical-align: top;
}

h1 , p{
  color: #ffff;
}

.imageflex { display: flex; }
.imageflexcontent { margin-left: 5px; margin-top: 0; }
.textcontent {
  margin-left: 15px;
  display: flex;
  flex-direction: column; 
  /*max-width: 800px;  */ 
}