.start { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .cinu-img{  
    width: 50rem;
    height: 50rem;
    object-fit: cover;
    border-radius: 50px;
    margin-bottom: 20px;
    /* position: absolute; */
    /* z-index: -1; */
    /* animation: rotate 4s cubic-bezier(0.075, 0.82, 0.165, 1) infinite; */
  }

  h4 {
    font-size: 3rem;
    /* margin-top: 3rem; */
    color: white;
    font-family: monospace;
  }



 