body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--green:#002e2c;--grey:#bec5ad;--violet:#b68cb8;--darkViolet:#5c415d;--blue100:#e0f7fd;--blue200:#a9dff0;--blue300:#58bbdb;--blue400:#199fcb;--blue500:#0679a2;--blue600:#025f7e;--blue700:#024f6a;--blue800:#023f53;--blue900:#022e3d;--small:450px}body{font-family:Courier New,Courier,monospace}header{background-color:var(--violet);display:grid;font-family:cursive;font-size:2rem;font-weight:700;grid-template-columns:repeat(1,1fr);padding:1rem 2rem}#signOutButton{margin-right:auto}@media (min-width:450px){#signOutButton{margin-left:auto;margin-right:0}header{grid-template-columns:repeat(2,1fr)}}main{background-color:#fff;margin:auto;max-width:1000px}footer,main{padding:1rem 2rem}footer{background-color:var(--violet)}button{background-color:#fff;border:2px solid var(--blue600);border-radius:.5rem;color:var(--blue);cursor:pointer;font-weight:700;margin-top:.5rem;padding:.5rem}button.primary{background-color:var(--blue600);color:#fff;font-weight:700}button:hover{background-color:var(--blue500);color:#fff}button:active{background-color:var(--blue700);color:#fff}ul{list-style-type:none}li{padding:.2rem}label{display:block}input{margin:0 .5rem}.checkmark{height:2rem;width:1rem}
/*# sourceMappingURL=main.d3bec26f.css.map*/