*{
    padding: 0px;
    margin: 0px;
    font-family: "Gill Sans Extrabold", Helvetica, Sans-Serif ;
}

.content{
    
    width: 100vw;
    height: 100vh;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;

}
a{
  text-decoration: none;
  color:black
}
.circle{
    width: 40vw;
    height: 40vw;
    border: 6px dashed #221F20;
    border-radius: 100%;
    position: absolute;
    z-index: 10;
    border-width: thick;
}

.img{
    width: 30vw;
    height: 30vw;
}
.content-loadding{
    position: absolute;
    bottom: 33vh;
    text-align: center;
    width: 100vw;
    font-size: x-large;
    font-weight: 700;
    color:#221F20
}

.content-copyr{
     position: absolute;
    /* left: 31.12%; */
    /* right: 24.94%; */
    top: 93.34%;
    bottom: 4.85%;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 100vw;
}


.rotate-center {
	-webkit-animation: rotate-center 12s linear infinite both;
	        animation: rotate-center 12s linear infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-4-7 19:57:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



/* */