body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #FBDEE3; width: 900px; margin: auto; } .header { margin-top: 40px; margin-bottom: 50px; text-align: center; font-size: 72px; text-shadow: 2px 2px #ADADAD; font-family: pacifico; } .header > a { color: #222222; } .header > a:hover { color: #222222; } #content { margin-top: 120px; background-color: white; border-radius: 5px; padding: 50px 80px 30px; } h1 { font-size: 36px; margin-bottom: 30px; margin-left: 10px; font-weight: bold; color: #F52F8A; } h2 { font-size: 26px; margin-bottom: 30px; margin-left: 10px; color: #F52F8A; font-weight: bold; } p { margin-bottom: 30px; text-indent: 30px; line-height: 24px; text-align: justify; } img { border: 1px solid black; display: block; margin: auto; margin-bottom: 30px; } ul { margin-bottom: 30px; } li { margin-left: 30px; margin-bottom: 5px; } li:before { content: "• "; color: #F52F8A; } a { text-decoration: none; color: darkblue; } a:hover { color: #4C4C80; } .contact { background-color: #EEEEEE; border-radius: 5px; padding: 30px; text-align: center; color: #555555; }