html,
body {
  height: 100%;
  font-family: Helvetica;
  background: #333333 !important;
}
div.templates {
  display: none;
}
.title {
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
}

.container {
  padding-bottom: 15px;
  padding-top: 15px;
}

.list-flex {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: static;
  left: auto;
  visibility: visible;
  -webkit-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
.list-flex *,
.list-flex ::after,
.list-flex ::before {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  box-sizing: inherit;
}
.list-flex li {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  flex-basis: 100%;
  min-width: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 30%;
  z-index: 1;
}
.list-flex a,
.list-flex a:link,
.list-flex a:visited {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  padding: 1.5rem 2rem;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.button {
  position: relative;
  padding: 10px 18px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  border-radius: 2px;
  box-shadow: inset 0 0 0 2px white;
}
.button:hover,
.button:focus {
  text-decoration: none;
  color: white;
}

.exit {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  text-align: center;
  padding: 10px 18px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  border-radius: 2px;
  box-shadow: inset 0 0 0 2px white;
}
.exit:hover,
.exit:focus {
  text-decoration: none;
  color: white;
}

.buttonexit {
  padding-bottom: 50px;
}

