
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: blue;
  text-align: center;
  height: 45px;
  min-height:10px;
}


#fart{
text-align: right;
}

body {
  background-color: gray;
  color: black;
  font-family: Verdana;
  margin-left: 5px;
  margin-right: 5px;
  height: 10px;
}

html, body {
    font-family: sans-serif;
    font: blue;
}

html {
    font-size: 100%;
}

img {
  display: block;
  margin: auto;
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}
    
p {
  text-align: center;
   padding: 0px;
   margin-left: 30px;
   margin-right: 0px;
  }