body, html{
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  min-width: 500px; 
}

.flex-container {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}

.header {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 29px;
  background: url(title.gif) repeat-x;
  /*linear-gradient (to bottom, #009c96, #013f3e);*/  /*#2E6EB4, #004189linear-gradient(to bottom, #009c96, #013f3e);*/
}

.flex-block1 {
  width: 300px;
   min-width: 320px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; 
  line-height: 1;
  /*background: red; */
}

.flex-block2 {
  display: flex;
  justify-content: center;
  align-items: center;  
  width: 100%;
  font-family: Verdana,Sans-serif,Arial;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
