
@font-face {
    font-family: 'Saira Semi Condensed';
    src: url('Saira-VariableFont_wdth\,wght.ttf');
    font-weight: bold;
}
body {
/*    width: 100%;
    height: 100%;*/
    margin: 20px;
    /* height: 100vh; */
    background-color:white;
    font-family:'Saira Semi Condensed';
}
 
#focim {
    margin: -20px;
    text-align: center;
    padding: 20px;
    font-size:xx-large;
    color: white;
    background: linear-gradient(-45deg,#23A6D5, #E73C7E );
    animation: change 8s ease-in-out infinite;
    background-size: 150% 150%;
} 
#felh{
    color:darkslategrey;
}
#mail{
    color:darkslategrey;
}

#joinCim, h1, #qr_code {
    position: relative;
    font-family: 'Saira Semi Condensed';
    background: none;
    color: black;
    text-align: center;
    /*margin-left: 30px;*/
}

#joinBody {
    background-image:url('../nyitolap/images/nyitolap_hatter.png');
    background-size: cover;

    height: 100vh;
    padding:0;
    margin:0;
}

#qrKod {
    margin-left: 20%;
    margin-top: 30px;
}

h2{
    color:darkslategrey;
}

@keyframes change {
    0%{
        background-position: 0 50%;
    } 
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0 50%;
    }
}

#defaultProfile {
    height: 150px;

    border: none;
    
    color:black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display:inline-block;
}

#imgInp {
    color: darkslategrey;
    font-size: 15px;

} 

#imgPreview {
    width: 300px;
    border-radius: 100%;
}

#mehetButton {
    color: white;
    background: linear-gradient(-45deg,#23A6D5, #E73C7E );
    /*border: 3px solid #E73C7E;*/
    border-radius: 20%;
    border:none;
    padding: 5px;
    font-size: 25px;
    height: 50px;
    width: 100px;
    box-shadow: 0 2px 4px darkslategray;
    cursor: pointer;
    transition: all 0.18s ease;
    margin-bottom: 10px;
} 
#mehetButton:active {
    background-color: #48abe0;
    box-shadow: 0 0 2px darkslategray;
    transform: translateY(2px);
}
#mehetButton:not(:first-child) {
    margin-top: 10px;
}


/*  #mehetButton:hover
{
    transition: linear 0.3s;
    transform: scale(1.2);
    background-color: #E73C7E;
}*/
/* .loaderBody {
    background-image:url('images/starsAreMoving2.gif');
    background-size: cover;

    height: 100vh;
    padding:0;
    margin:0;
} */

/* .jumpscare {
    position: absolute;
    width: 64px;
    height: 64px;
    background-image: url("images/ufo1.png");  
} */


input#gameId {
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    color: #FF0000;
}