:root{color:#13151a;background-color:#cfd8d9;font-family:Montserrat,system-ui,sans-serif;line-height:1.5;font-weight:400}*{margin:0}body{height:100vh;width:100vw}h1{font-size:5em;font-weight:900}h2{font-size:2em}button{border-radius:25px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#94a3a6;color:#13151a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#cfd8d9}button:focus,button :focus-visible{outline:4px auto -webkit-focus-ring-color}#root{display:flex;align-items:center;justify-content:center;height:100%;width:100%}main{display:flex;flex-direction:column;justify-content:space-between;height:40%;width:55%;max-width:1200px;position:relative}.content-container{opacity:0;animation:fade-in .9s ease-in-out forwards}.job-title{font-weight:100}.btn{width:200px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
