
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px;
}


/* Images */
img{
    width:100% !important;
    height:100% !important;
}

h2{
    text-align: center;
}

h1{
    text-align: center;
}
.title{
    font-size: 30px;
    text-align: center;

}