@font-face {
	font-family: 'Nasalization';
	src: url('fonts/nasalization-rg.eot');
	src: local('☺'), url('fonts/nasalization-rg.woff') format('woff'), url('fonts/nasalization-rg.ttf') format('truetype'), url('fonts/nasalization-rg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.life {
    width: 100%;
    background-color: rgb(251 97 88 / 45%);
    margin-bottom: 5px;
    position: relative;
    box-shadow: 1px 1px 4PX 0px #fb6158;
    border-radius: 2px;
}

.life .bar {
    background-color: #fb6158;
    height: 12px;
    border-radius: 2px;
    margin-left: auto;
}

.shield {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 10px;
    width: auto;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
    position: relative;
}

.shield .bar {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    height: 10px;
    width: auto;
}

.shield .shield-bar {
    background-color: #66b2b2;
    height: 100%;
    border-radius: 2px;
    width: 7.5px;
    margin-right: 2.5px;
    box-shadow: 1px 1px 4px 0px #66b2b2;
}

.shield .shield-bar:last-of-type {
    margin-right: 0;
}

.top-left {
    width: 200px;
    top: 50px;
    left: 50px;
    position: fixed;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
}

body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url(/img/bg-body.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.percent {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'Nasalization';
    margin-right: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 2px #66b2b2;
}

.player-infos {
    display: inline-flex;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.left {
    position: absolute;
    right: calc(100% - 5px);
    top: calc(50% - 8px);
    transform: translateY(-50%) rotate(3deg);
    width: 200px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
}

.right {
    position: absolute;
    left: calc(100% - 5px);
    top: calc(50% - 8px);
    transform: translateY(-50%) rotate(-3deg);
    width: 200px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
}