:root { --primary-color: #bc5151; } body { background: url('https://www.tromsite.com/wp-content/uploads/2018/09/tromsite-bg-pattern-light-5.png'); background-repeat: repeat; background-attachment: fixed; font-family: sans-serif; } a { color: var(--primary-color); text-decoration: none; } a:hover { text-decoration: underline; } .search-inputs input[name="query"] { border: 1px solid darkgrey; border-radius: 0.5rem 0 0 0.5rem; } .search-inputs input[type="submit"] { background-color: var(--primary-color); color: white; cursor: pointer; border: none; border-radius: 0 0.5rem 0.5rem 0; } .search-radio-buttons input[type="radio"] { accent-color: var(--primary-color); } #status { color: gray; }