1.input { 2 border: 2px solid #e8e8e8; 3 padding: 15px; 4 border-radius: 10px; 5 background-color: #212121; 6 font-size: small; 7 font-weight: bold; 8 text-align: center; 9} 10 11.input:focus { 12 outline-color: white; 13 background-color: #212121; 14 color: #e8e8e8; 15 box-shadow: 5px 5px #888888; 16}