css /* styles.css */ body { background-color: #f2d7b4; font-family: 'Bungee 8'; background-image: url('lost-passwords-river.jpg'); background-size: 100%; background-attachment: fixed; background-position: center; background-repeat: no-repeat; } a { text-decoration: none; color: #f7f5d2; font-family: 'Bungee 8'; font-weight: bold; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border-bottom: 2px solid #f2b6b4; } a:hover { background: #f2b6b4; color: #f7f5d2; text-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } h1 { font-size: 48px; font-weight: bold; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); color: #f7f5d2; border-bottom: 4px solid #f2b6b4; } h2 { font-size: 24px; font-weight: bold; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); color: #f7f5d2; border-bottom: 2px solid #f2b6b4; } p { font-size: 18px; font-weight: normal; text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); color: #f7f5d2; margin-bottom: 20px; } img { border: 1px solid #f2b6b4; border-radius: 10px; margin: 10px 10px 10px 10px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } img:hover { border: 1px solid #f2b6b4; -webkit-border-radius: 15px; -moz-border-radius: 15px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } body * { font-family: 'Bungee 8'; }