@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@300;600&family=Stick+No+Bills:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    height: 100vh;
    background-color: #1e1e1e;
    font-family: 'Oxanium', cursive;
}
.flexCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.babu{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: inset 0 0 15px rgba(218, 165, 32, 0.5);
    margin: 5px 15px;
    border: solid 3px #1e1e1e;
    text-shadow: 0 0 20px black;
    font-size: 2em;
    font-weight: bold;
}
table{
    border-collapse: collapse;
    margin-top: 100px;
}
td{
    border: solid 1px rgba(218, 165, 32, 0.25);
}
.cim{
    font-family: 'Stick No Bills', sans-serif;
    position: absolute;
    top: 35px;
    color: goldenrod;
    font-size: 6em;
    letter-spacing: 3px;
    opacity: .7;
}
.en{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: goldenrod;
    font-size: 1.5em;
    opacity: .5;
}
.color0{
    background-color: #1e1e1e;
    box-shadow: inset 0 0 50px black;
}
.color1{
    background-color: red;
    box-shadow: inset 0 0 50px black;
}
.color2{
    background-color: green;
    box-shadow: inset 0 0 50px black;
}
.color3{
    background-color: blue;
    box-shadow: inset 0 0 50px black;
}
.color4{
    background-color: white;
    box-shadow: inset 0 0 50px black;
}
.color5{
    background-color: yellow;
    box-shadow: inset 0 0 50px black;
}
.color6{
    background-color: orange;
    box-shadow: inset 0 0 50px black;
}
.start{
    width: 100px;
    height: 60px;
    border-radius: 10px;
    margin: 5px 15px;
    margin-top: 20px;
    box-shadow: inset 0 0 10px rgba(218, 165, 32, 0.5);
    color: rgba(218, 165, 32, 0.5);
    font-size: 1.5em;
    font-weight: bold;    
}
.start:hover{
    cursor: pointer;
    color: rgba(218, 165, 32, 0.8); 
    box-shadow: inset 0 0 10px rgba(218, 165, 32, 0.8); 
}
.noBorder{
    border: none;
}
.rejtett{
    visibility: hidden;
}
.tipp{
    width: 90px;
    height: 60px;
    border-radius: 15px;
    margin: 5px 25px; 
    margin-top: 20px;
    box-shadow: inset 0 0 10px rgba(218, 165, 32, 0.5);
    color: rgba(218, 165, 32, 0.5);
    font-size: 1.5em;
    /* font-weight: bold;     */
}
.telitalalat{
    color: green;
}
.talalat{
    color: yellow;
}
#vissza{
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 70%;
}
#back{
    position: absolute;
    top: 68px;
    left: 30px;
    width: 90px;
    opacity: 30%;
}
#back:hover{
    opacity: 100%;
}



