body {
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #eeeeee;
}

#container {
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #eeeeee;
}

#container .login-form {
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #eeeeee;
  padding-top: 40px;	
}

#flashfiles {
  font-size: 70px;
  
}

#footer {
  font-size: 15px;
  position: bottom;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #eeeeee;
  text-align: center;
}

#marke {
  font-size: 30px;
  position: absolute;
  text-align: center;
}