body {
   background-image: url("../bg.png");
}

p {
font-size:16px;
    color: black;
    text-align: left;
text:justify;
}

img {
    float: right;
    margin: 0 0 10px 10px;
text:justify;
width:100%;
}
}
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#333;
   color:#ffffff; 
padding: 6px;
}
h1 {
align: center;
color: #fff;
 } 
.text-center {
  text-align: center;
font-family: 'Courgette', cursive;
}