body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  min-height: 100vh;
  background-color: #212529 !important;
  display: flex;
  flex-direction: column;
}

header {
    min-width: 100%;
    min-height:4rem;
    background-color: #501EAC;
    padding: 20px 20px;
    align-items: center;
}

.vert-align {
    align-items: center;
}

.right-align {
    float: right;
}

footer {
    min-width: 100%;
    min-height: 1.5rem;
    background-color:#501EAC;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 0px;
    margin-top: auto;
    align-items: center;
}

footer > p {
    margin-bottom: 2px;
}


.content {
    min-width: 80%;
    margin: 150px 25px;
    text-align: center;
}

a {
  font-weight: 500;
  color: #f4f4f4 !important;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6, p {
    color: #f4f4f4;
}

.btn {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a !important;
  cursor: pointer;
  transition: border-color 0.25s;
  color: #f4f4f4 !important;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  /*border-color: #646cff;*/
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.header-logo > p {
    padding: 0px;
    margin: 0px;
}

