body {
  margin: 0;
  font-family: "open sans", sans-serif;
  /*background-image: url(images/);*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background: #1a1a1a;
  /*background: linear-gradient(to bottom right, #000000, #bfbfbf);*/
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 95vh;
  padding: 1em;
}

.image { 
    display: flex; 
	opacity: 0.025;
    justify-content: center; 
    align-items: center;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 20em;
    margin-left: -15em;
    margin-top: -10em;
}

footer {
  font-family: "open sans", sans-serif;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  color: white;
  text-align: center;
  font-size: 15px;
  padding: 3px 12px;
}
