body
{
  background:#232428;
  background-image: url('https://images7.alphacoders.com/905/thumb-1920-905858.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body:before
{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.ind1
{
    font-size:18px;
}
.ind2
{
    font-size:18px;
}
.ind3
{
    font-size:16px;
}
#indicator
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:150px;
    height:150px;
    background:transparent;
    background-image: url('https://cdn2.steamgriddb.com/icon_thumb/af9ce95313c86da5870c00e2bf90a39c.png');
    background-repeat: no-repeat;background-size: cover;
    border:3px solid #fcfcfc;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-family:sans-serif;
    color:#ffffff;
    letter-spacing:4px;
    text-transform:uppercase;
    text-shadow:0 0 10px #000000;
    box-shadow:0 0 20px rgba(0,0,0,.95);
}
#indicator:before
{
    content:'';
    position:absolute;
    top:-3px;
    left:-3px;
    width:104%;
    height:104%;
    border:3px solid transparent;
    border-top:3px solid #e80000;
    border-radius:50%;
    animation:animateC 2s linear infinite;
}
#lm {
    opacity:0;
    transition:opacity 0.5s;
}
@keyframes animateC
{
    0%
    {
        transform:rotate(0deg);
    }
    100%
    {
        transform:rotate(360deg);
    }
}
@keyframes animate
{
    0%
    {
        transform:rotate(45deg);
    }
    100%
    {
        transform:rotate(405deg);
    }
}
