body {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Schibsted Grotesk', sans-serif; /* Schimbat fontul */
    color: rgb(255, 255, 255);
    padding: 10px;
    margin-top: 0px;
    text-align: center;
    background: linear-gradient(90deg, #0f9472, #5dc814, #e8d21e, #e8701e, #e83a1e, #851ee8, #d51ee8, #21e4bb, #14afc8, #2150e4, #2150e4, #1b6705);
    background-size: 1600% 1600%;
    -webkit-animation: CM 30s ease infinite;
    -moz-animation: CM 30s ease infinite;
    animation: CM 30s ease infinite;
  }
  
  @-webkit-keyframes CM {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 51%; }
    100% { background-position: 0% 50%; }
  }
  
  @-moz-keyframes CM {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 51%; }
    100% { background-position: 0% 50%; }
  }
  
  @keyframes CM {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 51%; }
    100% { background-position: 0% 50%; }
  }
  
  .center {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
  }
  
  .text {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
  }