* { margin:0; padding:0; } 



h1 {color:white;}

.choosePersons {
	width: 100%;
    padding-top: 20px;
    padding-left: 20px;
}

.choosePersons a {
	color: white;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.main {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.canvas {
    background-color: cadetblue;
    box-sizing: border-box;
    border-right: 5px solid white;
    width: 90%;
    position: relative;
}

.score {
    padding: 15px;
    background-color: cadetblue;
     width: 10%;
}

.qr {
    max-width: 100%;
    border: 10px solid white;
    margin-left: -10px;
}

.choose-person_body {
    background-color: cadetblue;
}
.choose-person_body h1 {
    text-align: center;
}

.entity {
    position: absolute;
}
.block_lives {
    font-family: 'Orbitron', sans-serif;
    color: white;
    text-transform: capitalize;
    margin-top: 7px;
    padding-bottom: 4px;
    border-bottom: 1px solid white;
}
.block_lives:last-of-type{
    border: none;
}
img.heart {
    width: 20%;
}
.rabbit_lives {
    display: flex;
    flex-direction: row;
}
/*азхахахах вот прям сейчас по бэму все и сделаю*/
.container-for-lives {
    margin-top: 2px;
}
.sound {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    border: 1px solid;
    font-size: 1rem;
    text-decoration: none;
    padding: 3px;
}
