
.background{
        padding: 5px;
        text-align: center;
        font-size: large;
        display: flex;
        vertical-align: center;
        width: 100%;
}
.A{
        cursor: pointer; 
        color: rgba(10 43 200);
        flex: 1;
}
a:hover {
      background-color: #7c707040;
      /* background-color:rgb(18, 159, 241); */
      /* border-radius: 15px; */
}
.slide-leave-active,
    .slide-enter-active {
      transition: all 1s ease;
}
.slide-enter-from {
      transform: translateX(-200%);
}
.slide-leave-to {
      transform: translateX(200%);
}
.ButtonImg{
      height: 25px;
      cursor: pointer;
}
.thisPage{
      background-color: #7c707040;
}
.ReturnClick {
      pointer-events: none;
}

