:root{--main-color:#fefefe;--second-color:#b3b300;--second-color-hover:#990;--main-bg-color:#1a1a1a}html,body,#root{height:100%;margin:0;overflow:hidden}body{background-color:var(--main-bg-color);width:100vw;height:100%;color:var(--main-color);font-family:Roboto Slab,sans-serif}html:before,html:after,body:before,body:after{z-index:8000;background:var(--second-color);content:"";display:block;position:fixed}body:before,body:after{width:1px;top:0;bottom:0}body:before{left:10px}body:after{right:10px}.side-text{color:var(--second-color);background-color:#0000;border:none;outline:none;font-family:inherit;font-size:.9em;text-decoration:none;position:fixed;top:50%;transform:rotate(90deg)}.side-text--right{width:100px;right:-25px}.side-text--left{width:200px;left:-75px}.headline--big{font-size:2.5em}.container--start{height:100%}.container--start>*{align-items:center;display:flex}.container--start__top{flex-direction:column;justify-content:center;height:90%}.container--start__bottom{justify-content:space-evenly;height:10%}.container--normal{text-align:center;margin-top:10vh}.container--underline-center{width:fit-content;margin:0 auto}.underline:after{background:var(--second-color);content:"";width:45px;height:5px;margin:5px 0 5px 15px;display:block}.logo--linkedin{width:100%;max-width:130px}.hidden-link{color:inherit;cursor:pointer;text-decoration:none}button{font-size:inherit;color:var(--main-bg-color);background-color:var(--second-color);cursor:pointer;box-shadow:3px 3px 5px 0 var(--second-color-hover);border:none;border-radius:5px;margin-top:50px;padding:.5em 1em}button:hover{background-color:var(--second-color-hover)}@media screen and (width<=420px){body:before{left:7px}body:after{right:7px}.side-text{display:none}}
