* {
    font-family: 'Righteous', cursive;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

body {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.modal {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 150px;
    text-align: center;
    display: none;
}

#l-step div.field {
    cursor: pointer;
    opacity: 0.7;
    display: inline-block;
    background-color: #000;
    text-align: center;
    margin-right: 1px;
    margin-bottom: 1px;
    border-radius: 5px;
}

.button {
    cursor: pointer;
    opacity: 0.7;
    background-color: #000;
    border: 0;
    padding: 15px;
}

form .button {
    background-color: #808;
    opacity: 1;
}

input.name {
    padding: 15px;
    color: #000;
    border: 0;
}

#message {
    font-size: 100px;
}

#message.win {
    background: -webkit-linear-gradient(#ff00c6, #0091ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

#table-of-glory {
    background-color: #000;
    opacity: 0.6;
}
