.customCursor {
  cursor: url("../cursors/cursor.png"), auto;
}

.mainTitle {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.privacyTitle {
  white-space: nowrap;
}

.overlay {
  position: relative;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 0;
  height: 100%;
  width: 100%;
}

.icon {
  height: 16px;
}

.button {
  border: none;
  background-color: #f1efd8;
  background: #f1efd8;
  -moz-appearance: none;
  font-size: 0.9rem;
  border-radius: 10px;
  padding: 10px 10px;
  cursor: url("../cursors/pointer.png"), pointer;
  /* box-shadow: 0px 0px 10px -6px #888; */
}

.storeButton {
  min-width: 130px;
  white-space: nowrap;
}

.fabButton {
  position: fixed;
  z-index: 10;
  bottom: 35px;
  right: 35px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

ul {
  text-align: start;
}

.footerLink {
  margin: 15px 20px;
  color: #f1efd8;
  line-height: 24px;
  white-space: nowrap;
  line-height: 3;
}

@media screen and (max-width: 520px) {
  .footerLink {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .privacyTitle {
    white-space: normal;
    display: block;
  }
}
