body {
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #eeeeee;
}

#frame {
  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;
}

#flashfiles {
  font-size: 70px;
  
}

.logo-link,
.logo-link:hover {
  display: inline-block;
  text-decoration: none;
}

#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;
}

.frame1 {
  width: min(1000px, 100%);
  padding: 30px 15px;
}

.nav-actions {
  font-family: "Segoe UI", Arial, sans-serif;
}

.auth-panel,
.admin-panel {
  max-width: 960px;
  margin: 0 auto 25px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  text-align: left;
}

.auth-panel {
  max-width: 460px;
}

.auth-panel h2,
.admin-panel h2 {
  font-size: 24px;
  margin-bottom: 18px;
}

.content-panel,
.search-panel {
  width: min(640px, 100%);
  margin: 0 auto 25px;
}

.page-message,
.frame1 > .alert {
  width: min(640px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.admin-actions {
  min-width: 280px;
}
