.side-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
  }
.text-pink {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mail{
    color: #EA4335;
}
  .side-modal.active {
    width: 400px;
  }

  .close-modal {
    display: block;
    margin-top: 80vh;
  }
  .move{
    cursor: pointer;
  }
  a.move i:active{
    color: powderblue !important;
  }