/* Line 2 - 29 is navbar */ #navbar { overflow: hidden; background-color: #333; } #navbar a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px; text-decoration: none; } .content { padding: 16px; } .sticky { position: fixed; top: 0; width: 100%; } .sticky + .content { padding-top: 60px; } /* visited links */ a:visited { background-color: transparent; text-decoration: none; font-color: blue; } a { color: black; font-family: Times New Roman; text-decoration-line: none; font-size: 20px; text-align: center; } p { font-family: Times New Roman; font-size: 19px; } h1 { font-family: monospace; text-align: center; } h2 { font-family: Brush Script MT; font-size: 25px; } img { display: block; /* Image Border Color */ border-color: darkred; border-width: 10px; border-style: solid; /* How thick the border is */ border-radius: 30px; } body { background-color: orange; } html { /* Scrolling is smooth */ scroll-behavior: smooth; } .top { font-color: blue; }