body{
    background-color: white;
    color: black;
    font-family: 'Candara Light';
    text-align: center;
    font-size: 30pt;
    overflow: scroll;
    user-select: none;
    padding: 0;
}
#fejlec{
    margin-top: 1.76%;
    position: fixed;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-left: 30px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    transition: all 0.3s ease 0s;
    user-select: all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation-name: fade-in;
    animation-duration: 4s;
}
@keyframes fade-in {
    from {color: rgb(255, 255, 255);}
    to {color: rgb(0, 0, 0);}
  }
div#fejlec>a{
    text-decoration: none;
    color:rgb(255, 255, 255)
}
a{
    text-decoration: none;
    color:rgb(0, 0, 0);
}
.container{
    margin-top: 16%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}
th{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: 200px;
    height: 50px;
}
tr:hover{
    background-color: rgb(194, 194, 194);
    transition: all 0.25s ease 0s;
}
td{
    height: 30px;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
table{
    width: 800px;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border: black 2px solid;
}
img{
    width: 32px;
    height: 32px;
}