@import url('https://fonts.googleapis.com/css?family=Roboto');

.black_header{
  background-color: black;
  height: 100px;
  width: 100%;
}

.header_text{
  font-family: Roboto;
  font-size: 60pt;
  color: white;

}


.bg_picture{
background-image: url('/static/26.gif');
}

.black_spacer{
  background-color: black;
  height: 50px;
}

body{
  background-color: black;
}

.text_box{
  background-color: white;
  padding: 30px;
}
