
.player{
    position: absolute;
}

body{
    color: black;
    
    
    background:
    linear-gradient(
        0deg,
        rgb(250 250 250 / 100%) 20%,
        rgb(190 180 0 / 100%) 100%
      );
    
    background-repeat: no-repeat;
    
}

ul{
    list-style: none;
}

.time{
    color: Skyblue;
}

h1{
    color: Azure;
}

.crystal{
    color: aqua;
}

.number1{
    color: lime;
}
