css /* Lobster 101 Style Sheet */ body { background: linear-gradient(to bottom, #ff69b4, #ff69b4); background-size: 100px 100px; background-position: 50px 50px; background-repeat: no-repeat; background-attachment: fixed; background-clip: border-box; color: #ffffff; font-family: 'Bangers', cursive; font-size: 24px; line-height: 1.5; margin: 0; padding: 0; border: 4px solid black; border-radius: 0; box-shadow: 0 0 5px 0 black; box-sizing: border-box; text-align: center; text-transform: uppercase; -moz-osx-ctim: 1; -webkit-antialiasing: 1; -o-antialiasing: 1; -ms-antialiasing: 1; -moz-osx-antialiasing: 1; -ms-antialiasing: 1; -webkit-antialiasing: 1; -o-antialiasing: 1; -o-moz-antialiasing: 1; } h1 { font-size: 48px; font-weight: 700; text-shadow: 2px 2px 2px black; margin: 20px 0 20px 0; border-bottom: 4px solid black; border-top: 4px solid black; padding-bottom: 10px; text-transform: uppercase; } h2 { font-size: 24px; font-weight: 400; line-height: 1; margin: 10px 0 10px 0; padding: 10px 0 10px 0; color: #000000; text-shadow: none; border-bottom: none; border-top: none; border-left: 4px solid black; border-right: 4px solid black; padding-left: 15px; padding-right: 15px; } p { font-size: 18px; line-height: 1.5; text-align: left; margin: 10px 0 10px 0; padding: 0; color: #ffffff; border-bottom: 4px solid black; border-top: 4px solid black; border-left: 4px solid black; border-right: 4px solid black; } a { text-decoration: none; font-size: 18px; font-weight: 400; color: #000000; border: 2px solid black; border-radius: 5px; padding: 5px 10px 5px 10px; text-transform: none; background: #ffffff; background-clip: border-box; background-origin: border-box; box-shadow: 0 0 5px 0 black; text-align: center; } a:hover { background: #ffffff; border-color: #000000; box-shadow: 0 0 5px 2px black; transition: background 0.1s ease-in-out; text-decoration: none; text-transform: none; color: #000000; } a:visited { text-decoration: underline; color: #ff69b4; text-shadow: 0 0 2px black; background: #000000; border: 2px solid black; border-radius: 5px; padding: 5px 10px 5px 10px; text-transform: uppercase; box-shadow: 0 0 2px #000000; transition: background 0.1s ease-in-out; text-align: center; }