body{
	background-color: #212121;
  margin: 0px;
  padding: 0px;
}
.logo{
  width: 300px;
}
.zoomA{
  width: 300px;
  height: auto;
  transition: transform ease-in-out 0.3s;
}
.zoomA:hover{
  transform: scale(1.2);
}
.imglink{
  text-decoration: none; 
}

.footer {
	position: fixed;
	bottom: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #212121;
  padding-top:5px;

}
.title{
  text-align: center;
  margin-top: 5px;
}

.inner{
  margin-right: 8px;
  margin-left: 8px;
}

h1{
  color: white;
}

p{
  color: white;
}

a{
  color: white;
}