body { background-color: #232629; color: #fcfcfc; } a { color: #71dbc6; text-decoration: none; } hr { border-color: #10f3c6; box-shadow: 2px 2px 10px #021a15; width: 100%; } h1, .footer { text-align: center; } h1 { padding-bottom: 60px; } .kappa { background-color: #16a085; border: 2px #10f3c6 solid; color: #095e4d; max-width: 1200px; padding: 4px; margin: 8px auto; } .form { margin: auto; text-align: center; } input[type="text"], input[type="submit"] { background-color: #035444; color: #16a085; border: 1px #16a085 groove; border-radius: 2px; margin: 4px auto; font-size: 24px; border-radius: 6px; transition: background-color .3s; } input[type="text"] { width: 98%; max-width: 820px; } input[type="text"]:hover, input[type="submit"]:hover { background-color: #06705b; } .links-top { text-align: center; } .result { background-color: #035444; margin: 10px 0; border-radius: 2px; transition: background-color .3s; } .result > a { transition: color .3s; } .result:hover { background-color: #1dd1ad; } .result:hover > a { color: #035444; } .result-title { font-size: 28px; }