*Font Family*/ } /*Link Styles*/ /*Change these to your liking.*/ a:link { color: white; background-color: transparent; text-decoration: none; } a:visited { color: white; background-color: transparent; text-decoration: none; } a:hover { color: blue; background-color: transparent; text-decoration: none; } a:active { color: greenyellow; background-color: transparent; text-decoration: underline; } /*Page Styles*/ body { font-size: 26px; margin: 0; padding: 0; font-family: "Kitty Font"; background-color: darkgray; color: #fff; } header { text-align: center; padding: 20px; background-color: darkgray; } h1 { font-size: 40px; margin: 0; } section h3 { font-size: 20px; margin: 0; color: darkgray; } nav { display: flex; justify-content: center; background-color: black; padding: 10px; } nav a { color: white; text-decoration: none; padding: 10px 20px; } nav a:hover { background-color: blue; } section { padding: 50px; text-align: center; background-color: transparent; } section a { padding: 50px; text-align: left; background-color: transparent; } section h2 { font-size: 30px; margin-bottom: 20px; background-color: transparent; } footer { font-size: 24px; text-align: center; text-decoration: none; padding: 20px; background-color: darkgray; color: #fff; }