body
{
  background:#232444;
  background-image: url('https://aeonsphere.neocities.org/CYOA-TYPE-MOON/css/loading/Konachan.com - 360322 sample.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:solid;
    background-image: url('https://aeonsphere.neocities.org/CYOA-TYPE-MOON/css/loading/0_0.png');
    background-repeat: no-repeat;
    background-size: cover;
    border:3px solid #6838a8;
    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 #eb0000;
    box-shadow:0 0 20px rgba(0,0,0,.5);
}
#indicator:before
{
    content:'';
    position:absolute;
    top:-3px;
    left:-3px;
    width:104%;
    height:104%;
    border:3px solid transparent;
    border-top:3px solid #d6b3ff;
    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);
    }
}