:root { --primary-color: #003B5C; --secondary-color: #C3D7EE; --home: rgba(200, 200, 200, 0.7); --yes: rgba(0, 255, 0, 0.7); --no: rgba(255, 0, 0, 0.7); background-image: url(../img/home.png); background-repeat: repeat-x; transition-timing-function: ease-in-out; } * { margin: 0; padding: 0; } body { font-family: 'Liberation Sans', sans-serif; line-height: 1.2; } h1 { } h2 { } p { }