.goTop {
    width: 10%;
    /* width: 60px;
    height: 60px;
    min-width: 44px;
    min-height: 44px; */
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    cursor: pointer;
    /* transition: all 0.2s; */

    /* z-index: 5; */
}
@media screen and (max-width: 600px) {
  .goTop {
    width: 50px;
    height: 50px;
    min-width: 44px;
    min-height: 44px;
    right: 1rem;
  }
}

.goTop:hover {
  transform: scale(1.1);
}