:root {
    --asave-blue: #051136;
    --asave-yellow: #FFD800;
    --asave-yellow-dark: #b89d00;
    --asave-shadow: rgba(0, 0, 0, .6);
    --asave-black: #000000;
    --asave-white: #FFFFFF;
    --asave-footer-text: rgb(102, 102, 102);
    --asave-max-width: 1320px;
    --asave-header-height: 500px;
}

html {
    box-sizing: border-box;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100vh;

}

body {
    background-attachment: fixed;
    background-image: url('../images/misc/background.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: clamp(1.2rem, 4vw, 1.063rem);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: var(--asave-white);
}

body::before {
    background-attachment: fixed;
    background-image: url('../images/misc/background.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-weight: bold;
    letter-spacing: .125rem;
    text-transform: uppercase;
    margin: 0.1rem;
    text-shadow: 4px 4px #000000;
    line-height: 1.1;
}

ul {
    padding-inline-start: 0;
    margin: 0;
}

li {
    display: inline-block;
    font-size: 1rem;
    list-style-type: none;
    padding: 0.2em;
    text-transform: uppercase;
    color: var(--asave-white);
}

li span {
    display: block;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: var(--asave-yellow);
}

.emoji {
    display: none;
    padding: 1rem;
}

.emoji span {
    font-size: 4rem;
    padding: 0 .5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}