#thanks{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:calc(100vh - 10rem);display:flex}#thanks h1{background:-webkit-linear-gradient(var(--text-color),var(--primary-text));-webkit-text-fill-color:transparent;z-index:1;-webkit-background-clip:text;background-clip:text}#thanks .buttons{flex-direction:row;justify-content:center;align-self:center;align-items:center;gap:1rem;width:-moz-fit-content;width:fit-content;margin-top:1rem;display:flex}#thanks .buttons a{border:1px solid var(--text-transparent-medium);width:15rem;color:var(--text-color);cursor:pointer;font-family:var(--font-family-secondary);background-color:var(--background-color);-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;text-decoration:none;transition:background-color .1s ease-in-out,border-color .1s ease-in-out;display:flex}#thanks .buttons a.primary{background-color:var(--primary-transparent)}#thanks .buttons a:hover{background-color:var(--primary-transparent-medium);border-color:var(--text-transparent-medium)}
