

#mainCont {
    position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-35%, -0px);
}



.invisibleBut {
    opacity: 0;
    pointer-events: auto;
    position: absolute;
    background: transparent;
    border: 1px solid black;
    font-size: 0;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    width: 220px;
    background-color: #fff;
    padding: 5px 10px;
    font-family: Arial;
    font-size: 14px;
    border: 1px solid #444;

}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #9AD8FF;
    border-color: #4c4;
}

#selectRap {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    border: 4px solid #E4E4E6;
    width: 270px;
    overflow: auto;
    height: 600px;
}


.radio-toolbar label:hover {
    background-color: #E4F4FF;
}

#startButton {
    position: absolute;
    top: 80%;
    left: 48%;
}

#seledctTopic {
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

#cards {
    position: absolute;

}

#img1 {
    position: absolute;
    top: 50px;
    left: 400px;
}

#column1 {
    float: left;
    width: 60%;
    text-align: right;


}

#column2 {
    float: left;
    width: 40%;
    font-weight: bold;

}

#column3 {
    width: 100%;
}

.rows {
    border: solid 0.2px black;
    margin: 0;
    padding: 3px;
}

.highHedder {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #007BB9;
}

#highScore {
    position: absolute;
    left: 250px;
    top: 350px;
    width: 300px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

#form1 {
    position: absolute;
}

#enterYour {
    font-family: Arial;
    color: #007BB9;
    font-weight: bold;
}

#playerName {
    width: 211px;
    height: 50px;
    font-size: 22px;
    background-color: transparent;
    font-family: Arial;
}

.rows {
    border: solid 0.2px black;
    margin: 0;
    padding: 3px;
}

table {
    border-collapse: collapse;
    min-width: 200px;
}

th,
td {
    border: 1px solid #ccc;
    padding: .1rem .1rem;
    text-align: left;
}



#resetHigh {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#gameOver {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #007BB9;
    font-size: 11px;
    font-weight: bold;
}

#points {
    color: #FF0202;
}

#restartBut {
    position: absolute;
    left: 0px;
    top: 0px;
}

#picWord {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000066;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}