@font-face {
  font-family: 'Sharetech';
  src: url('ShareTech-Regular.ttf');
}
  
html {
    background: black;
}

@media (min-width: 960px) {
    body {
        background: url('background.jpeg') no-repeat fixed center;
        background-size: cover;
    }
}

body {
    color: white;
    font-family: Sharetech;
    text-align: center;
    margin: 0;
    font-size: 1em;
}

table {
    vertical-align: middle;
    border: none;
    margin: auto;
    width: 1vw;
    border-spacing: 0.5em;
    min-width: 60%;
}

#res {
    min-width: 100%;
}

td {
    padding: 3px;
}

td.matrix {
    border-top: 5px solid #0CCD58;
    background: rgba(0, 255, 34, 0.06);
    color: #DFEFE2;
    text-shadow: 0px 0px 16px #0CCD58;
}

td.tron {
    border-top: 5px solid #6FC3EF;
    background: rgba(99, 165, 255, 0.12);
    color: #E6FFFF;
    text-shadow: 0px 0px 16px #6FC3EF;
}

td.red {
    border-top: 5px solid #FFE64D;
    background: rgba(255, 0, 0, 0.13);
    color: #FFE64D;
    text-shadow: 0px 0px 16px #DF740C;    
}


#go {
    width: 100%;
    height: 100%;
    padding: 5px;
    height: 40px;
    background: rgba(0,0,0,0);
    border: none;
    color: inherit;
    text-shadow: inherit;
    cursor: hand;
    font: inherit;
    cursor: hand;
    cursor: pointer; 
}

input {
    opacity: 0;
    transform: translate(0,-2em);
    line-height: 2em;
    cursor: hand;
    cursor: pointer; 
}

input:hover {
}

#P1name, #P2name {
    transform: translate(0,0.8em);
    font-size: 1.5em;
}

#logo {
    max-width: 50%;
}

a {
    color: inherit;
    text-shadow: inherit;
  text-decoration:none;
}
a:focus,
a:hover {text-decoration:underline}















