<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topBar{width:100%;text-align:center;position:fixed;top:0;display:flex;flex-direction:row;justify-content:space-evenly}.navLink,.topBar{background-color:rgb(10,10,10);color:white}.navLink{text-decoration:none;font-size:1.2rem;padding:10px 20px;border-radius:5px;transition:background-color .3s}.navLink:hover{background-color:rgb(0,155,39)}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-family:Arial,sans-serif;background:linear-gradient(90deg,rgb(0,146,42) 0,rgb(0,30,201));color:white;min-width:100%}.footer{width:100%;padding:20px 0;background-color:rgb(10,10,10);color:white;text-align:center;position:fixed;bottom:0}</pre></body></html>