@charset "utf-8";

.skip-to-content-link { position: fixed; top: 0px; left: -100%; z-index: 2; background-color: rgb(19, 90, 138); color: rgb(255, 255, 255); padding: 10px; border-radius: 5px; transition: left 0.5s; }

.skip-to-content-link:focus { left: 0px; color: rgb(255, 255, 255); }