home-frame { display: flex; flex-direction: column; align-items: center; box-shadow: rgb(173, 173, 173) 2px 2px 1px 1px; width: 300px; justify-self: center; row-gap: 14px; padding: 10px; margin: 18px auto 0px; border-radius: 7px; }
home-big { display: block; text-align: center; margin-bottom: 10px; font-weight: bold; }
home-goin { display: flex; flex-direction: column; align-items: baseline; box-shadow: rgb(173, 173, 173) 2px 2px 1px 1px; padding: 10px; row-gap: 10px; margin: 24px 0px; border-radius: 7px; }
home-title { display: block; width: 100%; text-align: center; font-size: 24px; text-shadow: rgb(0, 255, 0) 1px 1px 1px; }
label { font-weight: bold; font-size: 14px; }
home-mesege { display: inline; font-size: 18px; margin-top: 30px; line-height: 28px; }
home-li { display: block; font-size: 16px; padding-inline-start: 30px; }
home-frame a { width: 180px; text-align: center; font-size: 20px; padding: 2px 16px; text-shadow: rgb(0, 255, 0) 1px 1px 1px; }
home-frame a:hover { text-shadow: gold 1px 1px 1px; }
input[type="text"], input[type="password"] { width: 160px; unicode-bidi: plaintext; border-width: 0px 1px 1px; border-style: solid; border-color: rgb(148, 148, 148); }
input[type="text"]:hover::placeholder, input[type="password"]:hover::placeholder { color: rgb(255, 0, 0); }
input[type="submit"] { font-weight: bold; border-radius: 7px; border-width: 0px; box-shadow: rgb(173, 173, 173) 1px 1px 1px 1px; background-color: rgb(230, 230, 230); }
input[type="submit"]:hover { color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); cursor: pointer; }
site-counter { border: 4px double rgb(0, 0, 0); border-radius: 7px; height: 40px; width: 120px; align-content: center; text-align: center; }