body{ font-family: Helvetica; } #lewy{ background-color: navy; color: white; height: 700px; width: 25%; } #prawy1{ background-color: royalblue; height: 100px; width: 75%; text-align: center; } #prawy2{ background-color: steelblue; height: 300px; width: 75%; } #prawy3{ background-color: royalblue; height: 300px; width: 75%; text-align: center; } #footer{ background-color: steelblue; text-align: center; padding: 20px; } h1{ letter-spacing: 5px; } form{ margin: 30px; line-height: 3; } a:hover{ background-color: deepskyblue; }