#root{display:flex;flex-direction:column;gap:1em;text-align:center}form{display:flex;flex-direction:column;gap:.5em;align-items:center}section{width:30%;max-width:45%;margin:0 auto}@media screen and (max-width: 800px){section{width:50%;max-width:80%}}@media screen and (max-width: 600px){section{width:80%}}section>ul{display:flex!important;flex-direction:column!important;gap:1em!important}section>ul>li{display:flex!important;flex-direction:column!important;align-items:center!important}*[hidden]{display:none!important}h1,h2{width:100%;text-shadow:0 0 .1em #fff}h1{margin:-.1em 0 .5em;padding:10px;color:#fff;font-weight:400;font-size:2.5em;text-align:center;text-transform:uppercase;background-image:linear-gradient(0deg,#fff,rgb(0 0 0 / 10%) 4%,rgb(0 0 0 / 0%) 100%)}h2{margin:0;padding:10px;color:#fff;font-weight:400;font-size:1.5em;text-align:center;text-transform:uppercase}#resume{width:100%;background-color:#222;box-shadow:0 0 .2em #222}
