html, body{
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'neorahneon';
    src: url('/fonts/neorah-webfont.woff2?v=2344334566') format('woff2'),
         url('/fonts/neorah-webfont.woff?v=2345463635454') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
    background: url("/images/bkg.png") no-repeat center center fixed;
    background-size: cover;
}

#wrapper
{
    padding-top: 20px;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
}

#logo
{
    margin: auto;
    width: 100%;
    text-align: center;
}

#logo img
{
    width: 100%;
    transition: width 0.2s;
}

#wsConnectToRoom, #form_wordrewSendWords, #form_hangmanSendLetter, #form_obooWords
{
    width: 100%;
}

input[type=text]
{
    /* display: flex; */
    font-family: "neorahneon", Arial, Helvetica, sans-serif;
    margin: 5px 0;
    border-radius: 3px;
    border: 2px solid white;
    padding: 0 10px;
    width: calc(100% - 26px);
    background: rgba(255, 255, 255, 0.5);
    color: black;
    text-align: center;
    /* -webkit-text-stroke: 1px black; */
    font-size: 40px;
    /* vertical-align: middle; */
    height: 70px;
}

::-webkit-input-placeholder { /* Edge */
    color: rgb(77, 77, 77);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(77, 77, 77);
}

::placeholder {
    color: rgb(77, 77, 77);
}

button
{
    font-family: "neorahneon", Arial, Helvetica, sans-serif;
    font-size: 40px;
    width: 100%;
    height: 60px;
    padding: 5px 10px 0 10px;
    border: 2px solid white;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.5);
    margin: 5px 0;
}

#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background-color: #efefef;
    text-align: left;
    width: 100%;
}

#footer_in
{
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    font-size: 15px;
}

#timer
{
    width: 78%;
    float: left;
    height: 45px;
    /* border: 2px solid white; */
    /* border-radius: 3px; */
}

#score
{
    font-family: "neorahneon", Arial, Helvetica, sans-serif;
    width: 20%;
    float: right;
    text-align: center;
    font-size: 50px;
    margin-top: 30px;
    color: white;
}

a:link
{
    transition: color 0.2s;
    color:#000;
    text-decoration:none
}
a:visited
{
    transition: color 0.2s;
    color:#000;
    text-decoration:none
}
a:active
{
    transition: color 0.2s;
    color:#979797;
    text-decoration:none
}
a:hover
{
    transition: color 0.2s;
    color:#979797;
    text-decoration:none
}

#consoleMessage
{
    font-family: "neorahneon", Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 30px;
    color: white;
    text-align: center;
    height: 30px;
    margin: 30px 0 0 0;
    height: 30px;
}
