/* gototop */
.gototop {
  position: fixed;
  bottom: 17px;
  right: 55px;
  z-index: 1000;
  padding: 7px;
  margin: 6px;
  background: #00000087;
  border-radius: 10px;
  min-width: 32px;
  max-height: 32px;
  color: white;
  cursor: pointer;
}
