body {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;

  background-position: center;

  font-family: "Josefin Sans", 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: 25px;

  max-width: 60vw;
  max-height: 45vh;
}

.welcome {
  line-height: 38px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;

  text-align: center;

  color: #000000;
}

.choose-text {
  margin-bottom: 0px;

  font-size: 14px;

  color: #000000;
}

.lang {
  margin-top: 10px;
  margin-bottom: 25px;
}

.lang img {
  padding: 15px;
  width: 50px;
}

.my-signature {
  margin-bottom: 60px;

  font-size: 13px;
  font-weight: 600;

  color: #3d3d3d;
}

.my-signature:hover {
  color: #000000;
}

@media only screen and (min-width: 1024px) {
  .my-signature {
    margin-bottom: 20px;
  }
}
