*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  background: rgba(19, 35, 47, 0.9); /* #c1bdba */
  font-family: 'Titillium Web', sans-serif;
}

#Header {
	height: 70px;
	width: 385px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	
	
}
.center {
  display: block;
  margin-top:5px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.flex {
  background-color: white;
}