.container{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;width:100%;height:calc(100vh - 1rem)}.container img{margin:0 auto;max-width:30%}.container p{color:var(--white);font-size:var(--font-size-l);text-align:center;margin:0}.social{display:flex;align-items:center;gap:1rem}.social span{color:var(--white);font-size:var(--font-size-base)}.social a{color:var(--green-400);font-size:var(--font-size-base);font-weight:var(--font-weight-bold);text-decoration:none;margin-left:.5rem}@media (max-width: 600px){.container img{max-width:100%}.container p{font-size:var(--font-size-base)}.social{flex-direction:column}}:root{--white:#fff;--gray-100:#E1E1E6;--gray-300:#C4C4CC;--gray-400:#8D8D99;--gray-600:#7C7C8A;--gray-700:#323238;--gray-750:#29292E;--gray-800:#202024;--gray-900:#121214;--blue-900:#151f39;--blue-950:#171d36;--blue-300:#3db3c2;--blue-400:#448c9d;--green-400:#bdfa80;--green-600:#06733D;--red-500:#F75A68;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-l: 1.5rem;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 160%}body{background-color:var(--blue-950);font-family:Noto sans,sans-serif;font-weight:var(--font-weight-normal);font-size:var(--font-size-base)}
