/* CSS Document */
body {
  margin: 5% 15%;
  background-color: white;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.tytul {
   text-align: center;
}
.content {
   text-align: left;
}
.footer {
  text-align: center;
  font-weight: bold;
  }
H {
font-weight: bold;
}
  
#responsive-image {  width: 100%;  height: auto; } 