/* screen - home */

.home {
  align-items: center;
  background-color: #efefef;
  border: 1px none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  zoom: 1.2;
}

.home .title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 2.0px;
  margin-top: 100px;
  min-height: 131px;
  width: 400px;
}

.home .water-mark-1 {
  height: 81px;
  margin-right: 2.0px;
  object-fit: cover;
  width: 81px;
}

.home .website-is-currently {
  letter-spacing: 0;
  line-height: normal;
  margin-right: 2.0px;
  min-height: 45px;
  text-align: center;
  width: 190px;
}

.home .icons {
  align-items: center;
  display: flex;
  margin-right: 0;
  min-width: 101px;
}

.home .twitter {
  cursor: pointer;
  height: 22px;
  object-fit: cover;
  transition: all 0.2s ease;
  width: 22px;
}

.home .twitter:hover {
  transform: scale(1.1);
}

.home .icon-instagram {
  cursor: pointer;
  height: 25px;
  margin-left: 3px;
  object-fit: cover;
  transition: all 0.2s ease;
  width: 25px;
}

.home .icon-instagram:hover {
  transform: scale(1.1);
}

.home .you-tube {
  cursor: pointer;
  height: 22px;
  margin-left: 3px;
  object-fit: cover;
  transition: all 0.2s ease;
  width: 22px;
}

.home .you-tube:hover {
  transform: scale(1.1);
}

.home .roblox {
  cursor: pointer;
  height: 22px;
  margin-left: 3px;
  object-fit: cover;
  transition: all 0.2s ease;
  width: 22px;
}

.home .roblox:hover {
  transform: scale(1.1);
}

.home .overlap-group {
  height: 14px;
  position: relative;
  width: 14px;
}

.home .rectangle-2 {
  background: linear-gradient(180deg, rgb(245, 248, 250) 0%, rgb(143, 160, 175) 100%);
  border: 1px none;
  height: 12px;
  left: 1px;
  position: absolute;
  top: 1px;
  transform: rotate(14.40deg);
  width: 12px;
}

.home .rectangle-3 {
  background-color: var(--black);
  border: 1px none;
  height: 2px;
  left: 6px;
  position: absolute;
  top: 6px;
  transform: rotate(14.40deg);
  width: 2px;
}

.home .icons {
  align-items: center;
  display: flex;
  margin-right: 0;
  min-width: 101px;
}

/*.home .footer {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  height: 23px;
  margin-right: -2.0px;
  margin-top: 116px;
  min-width: 108px;
}*/

.home .wonuf-games-ltd-company-no-14372500 {
  letter-spacing: 0;
  line-height: normal;
  min-height: 23px;
  text-align: center;
  width: 106px;
}
