body{ background-image: url("img/backround.jpg"); background-position: right top; background-opacity: 0.8; background-size: cover; } h1{ text-align: center; color: white; font-size: 40px } h2{ text-align: center; color: white } input{ color: black; background: transparent; border: 2px solid white; } input:focus{ border: 2px solid #ff5c33; outline: none; } a.button{ display: block; margin-right: 500px; margin-left: 500px; padding: 30px 90px; border: 3px solid white; border-radius: 10px; text-align: center; text-decoration: none; font-size: 20px; color: white; } a.button:hover{ background: rgba(255, 255, 255, 0.25); box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; } a.bookmark{ text-align: right; font-size: 20px; color: white; text-decoration: none; margin: 50px; } table.inputs{ text-align: left; margin: 250px; } table { width: 100%; font-size: 20px; color: white; } .list table, .list th, .list td { border: 1px solid white: } .list table { border-collapse: collapse; } .list th, .list td { padding: 5px; } .list button { width: 100%; height: 30px; box-sizing: border-box; }