@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stick+No+Bills&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    height: 100vh;
    background-color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.doboz{
    width: 160px;
    height: 160px;
    margin: 3px;
    box-shadow: inset 0 0 10px rgba(255, 68, 0, 0.75);
    border-radius: 5%;
    color: yellowgreen;
    font-size: 5em;
    background-color: rgba(255, 68, 0, 0.3);
    box-shadow: inset 0 0 60px rgba(255, 166, 0, 0.3);
    z-index: 1;
}
.doboz:hover{
    cursor: pointer;
    box-shadow: inset 0 0 20px orangered;
}
.cim{
    position: absolute;
    top: 40px;
    /* left: 200px; */
    font-size: 7em;
    color: yellowgreen;
    opacity: .5;
    font-family: 'Stick No Bills', sans-serif;
}
.ido{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2em;
    color: #666666;
    opacity: .5;
    font-family: 'Roboto', sans-serif;
}
.en{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.5em;
    color: yellowgreen;
    opacity: .5;
    font-family: 'Oxanium', cursive;
}
img{
    width: 140px;
    z-index: 0;
}
.rejtett{
    display: none;
}
.mutat{
    box-shadow: inset 0 0 25px #666666;
    background-color:  #1e1e1e;
}
.vege{
    position: absolute;
    bottom: 15px;
    font-size: 4em;
    color: #666666;
    font-family: 'Roboto', sans-serif;
}

#vissza{
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 70%;
}
#back{
    position: absolute;
    top: 68px;
    left: 30px;
    width: 90px;
    opacity: 30%;
}

#back:hover{
    opacity: 100%;
}
