css /* Style sheet for SausageOfPower */ body { background-color: #FF69B0; background-image: linear-gradient(180deg, #FF69B0 0, #F7DC6E 100%); font-family: 'SOS', sans-serif; margin: 0; padding: 0; border: 4px solid black; } h1 { font-size: 48px; font-weight: bold; text-shadow: 0px 0px 5px black; border: 1px solid black; border-bottom: 4px solid black; padding: 10px; margin: 0; color: #FF0000; position: relative; left: 10px; bottom: 10px; background-color: #F7DC6E; border-radius: 10px; } a { text-decoration: none; color: #000000; background-color: #FF69B0; padding: 10px 20px; border: 2px solid black; border-radius: 10px; text-shadow: 0px 0px 5px black; font-size: 16px; font-weight: bold; position: relative; left: 10px; } a:hover { background-color: #F7DC6E; color: #FFFFFF; text-shadow: 0px 0px 0px black; } .sausage { font-size: 36px; font-weight: bold; color: #00FF00; text-shadow: 0px 0px 5px black; } .sausage:hover { background-color: #FF69B0; color: #000000; text-shadow: 0px 0px 0px black; border: 4px solid black; }