 @font-face {

font-family: "PixelOperator";
src: url('/fonts/pixeloperator-bold-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: black ;
  background-repeat: repeat;
  background-attachment: fixed;
  color: white;
  font-family: 'PixelOperator', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

img { 
  display: inline; 
image-rendering: optimizeSpeed
}
div {
  font-family: 'PixelOperator', sans-serif;
  font-size: 32px;
  width:1200px;
  height:300px; 
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  
}
.container{
    font-family: 'PixelOperator', sans-serif;
  font-size: 32px;
  width:1200px;
  height:300px; 
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}
