/* Generated by Squirrel Font */ @font-face { font-family: 'zai_courier_polski_1941Rg'; src: url('../fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff2') format('woff2'), url('../fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'schizoid_personalityregular'; src: url('../fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff2') format('woff2'), url('../fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } /* */ body { padding: 0; margin: 0; } #content { margin: 1%; } #top-bar { padding: 1%; margin: 0; display: flex; justify-content: left; align-items: center; height: 5vw; /*background-image: url(../images/sketty.jpeg); background-size: cover;*/ background-color: black; color: white; position: -webkit-sticky; position: sticky; top: 0; } #top-bar h1 { margin: 0; padding: 0; text-align: left; font-family: 'zai_courier_polski_1941Rg', Courier, monospace; font-size: 500%; } #top-bar a { color: inherit; text-decoration: none; } ul li { list-style-type: '- '; } #chung { animation: rotation 1s; animation-timing-function: linear; animation-iteration-count: infinite; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }