body { font-family: 'Permanent Marker', cursive; font-size: 190%; background-color: black; } .entire{ font-size: 290%; } div.main { border: 2px solid white; color: white; width: 90%; margin: auto; padding-top: 20px; padding-right: 30px; padding-bottom: 20px; padding-left: 20px; text-align: center; } div.footer { border: 2px solid white; color: white; width: 80%; margin: auto; margin-top: 50px; padding-top: 20px; padding-right: 30px; padding-bottom: 20px; padding-left: 20px; font-size: 60%; text-align: center; } div.bath { margin: auto; width: 100%; } a:link { text-decoration: none; color: dodgerblue; } a:visited { text-decoration: none; color: tomato; } a:hover { text-decoration: none; color: white; font-family: impact; font-size: 105%; } a:active { text-decoration: none; } img.footer { border-radius: 4px; height: 20px; } img:hover { transform: scaleX(-1); } img.bath { display: block; margin-left: auto; margin-right: auto; padding-top: 50px; padding-bottom: 50px; width: 50%; }