/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: black;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: white;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

p{
  padding-left: 20px;

}

img{
  padding-right: 10px;
  margin-right: 5px;
}
.column {
  float: left;
  width: 50%;
}


/* Clear floats after the columns */
.row:after {
  content: ;
  display: table;
  clear: both;
}
.just{

  text-align: left;
  word-spacing:-2px;
}
a {
  text-decoration: none;
  color: white;
}
