body { 
    font-family: 'Ubuntu', sans-serif; color: #333; 
    font-size: 16px;;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Ubuntu', sans-serif;

}

h1 {
    text-align: center;
}

h1, h2, h3, h4, .volt-primary { 
    color: #502379; 
}

.volt-banner {
    background: #502379;
    color: white;
    position: absolute;
    z-index: 10;
    position: fixed;
}

.volt-banner a {
    color: white;
}
.corner-clip {
  top: 0;
  left: 0;
  width: 100%;
  height: 7em;
}

.upper-spacer {
  width: 100%;
  height: 8em
}

.lower-spacer {
  width: 100%;
  height: 5em;
}

.low-banner {
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  height: 5em;
  padding: 1em;
}

@media (max-width: 460px) {
  .lower-spacer {
    height: 7em;
  }
  
  .logo {
    height: 4em;
    padding: 0.5em;
  }

  .corner-clip {
    height: 5em;
  }

  .upper-spacer {
    height: 5em;
  }
}


.lower-block {
  text-align: center;
  max-width: 80%;
}

.confirmation {
  text-align: center;
  width: 80%;
  margin-left:10%;
} 