body{
    background-image: url(Wallpaper1.jpg);
    background-repeat: repeat;    
    background-size: auto;
   
}
.creature {
    position:fixed;
    transform:translate(-50%,-50%);
    border-radius:50%;
    border: 1px solid black;
    opacity: .5;
    text-align: center;
    container-type: inline-size;
}
.creature span{
    font-size: 35cqw;
    width: 80px;
    height: 10px;
    background-color: rgb(214, 25, 25);
    border-radius: 40px ;
  
}
.masque{
    width: 50px;
    height: 20px;
    background-color: rgb(8, 8, 8);
    border-radius: 40px 40px 40px 40px;
    margin-bottom: 0;
}
    
