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


.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%;
  aspect-ratio: 1/0.08748866352;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.upper-spacer {
  width: 100%;
  aspect-ratio: 1/0.08748866352;
}

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

.low-banner {
  width: 100%;
  height: 8em;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 20px;
  line-height: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .low-banner {
    height: 17em;
  }
  .lower-spacer {
    height: 19em;
  }
}

.logo {
  width: 10%;
  padding: 20px;
}

.claim-logo {
  width: 25em;
}

.lower-block {
  width: 25em;
  text-align: center;
}