:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;background-image:url(/San_Francisco_at_dusk.jpeg);background-size:cover;background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;display:flex;justify-content:center;align-items:center;min-height:100vh;min-width:100vw;background-color:#00000080;color:#fff}.container{background-color:#271111de;padding:20px;border-radius:2px;box-shadow:0 0 10px #0000001a;max-width:85vw;max-height:85vh;display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 768px){.container{min-width:50vw;min-height:50vh}}@media (max-width: 768px){.logo{width:80%}}h1{font-size:2.5rem;font-weight:200}h2{font-size:1.5rem;font-weight:200}h3{font-size:1.25rem;font-weight:200}.row{display:flex;justify-content:space-between;align-items:center}@keyframes rainbow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.row a{background-image:repeating-linear-gradient(45deg,#0ff,#00f,#f0f,#0ff,#00f,#f0f,#0ff);background-size:1000% 1000%;animation:rainbow 30s ease infinite;text-decoration:underline;color:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;mix-blend-mode:screen;font-size:larger}
