body {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;

  font-family: "Manrope", sans-serif;
}

body * {
  outline: none;
}

.container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.logo,
.welcome,
.choose-text,
.lang,
.my-signature {
  margin: auto;
}

a {
  text-decoration: none;
}

.logo img {
  height: auto;
  margin-top: 10px;

  max-width: 66vw;
}

.welcome {
  margin-bottom: 25px;

  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;

  color: #ffffff;
}

.choose-text {
  margin-bottom: 0px;

  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;

  color: #ffffff;
}

.lang {
  margin-top: 5px;
  margin-bottom: 40px;
}

.lang img {
  padding: 15px;
}

.my-signature {
  margin-bottom: 60px;

  font-size: 12px;

  color: #818181;
}

.my-signature:hover {
  color: #ffffff;
}

@media only screen and (min-width: 1024px) {
  .my-signature {
    margin-bottom: 20px;
  }
}
