body {
    -webkit-user-select: none;
    margin: 0;
    background-color: #121212;
}

a{
    color: black;
    text-decoration: none;
}

.head{
    width: 100%;
    height: 50px;
}

.targett{
    height: 115px;
    width: 115px;
    color: deeppink;
    background-color: deeppink;
    position: relative;
    border: 2px solid black;
    border-radius: 50%;
    padding: 0;
}

.hcaraTarget{
    color: black;
    background-color: black;
    border: none;
    height: 2px;
    transition: all 1s ease;
}

.vcaraTarget{
    color: black;
    background-color: black;
    position: absolute;
    border: none;
    transform: rotate(90deg);
    height: 2px;
    width: 115px;
    transition: all 1s ease;
}

/*
kulata cast targetu
 */
.koleckoidk{
    border: 2px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: 29px;
    margin-top: -35px;
}

/*
start tlacitko aimtrainer
 */
.start{
    width: 100px;
    height: 50px;
    font-size: 20px;
    color: white;
    background-color: #3e6667;
    border-radius: 15px;
    box-shadow: 4px 5px 4px 0 rgba(67, 83, 89, 0.65);
    z-index: 1;
}

.nadpis{
    color: white;
}

.infoInput{
    background-color: darkcyan;
    color: white;
}

/*
pole aimtraineru
 */
.pole{
    border: 1px solid black;
    width: 1200px;
    height: 700px;
    background-color: #6ebdc0;
}

/*
defaultne zakryva aimtrainer
 */
.pole2{
    border: 1px solid black;
    width: 1200px;
    height: 700px;
    background-color: #406b6c;
    position: absolute;
    text-align: center;
    z-index: 2;
}

/*
reset tlacitko v aimtraineru
 */
.reset{
    position: absolute;
    height: 40px;
    margin-top: 5px;
    width: 70px;
    border-radius: 10px;
    background-color: #313131;
    color: white;
}

