html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #282828;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.text-top-left {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 1040px;
  font-size: 1.8rem;
  line-height: 2;
  z-index: 2;
  margin-top: 60px;
}

.date-bottom-right {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 1rem;
  color: #282828;
  z-index: 2;
}

.bg-image {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 60vw;
  height: auto;
  z-index: 1;
}

a, a:visited {
  color: #0000EE;
}

.logo {
  padding: 20px;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.10em;
  cursor: default;
  user-select: none;
  color: #111;
  font-family: "Boldonse", sans-serif;
  z-index: 9;
}

.lang {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.10em;
  z-index: 9;
}

.lang a {
  padding-right: 10px;
}

@media (max-width: 600px) {
  .text-top-left {
    font-size: 1.1rem;
  }

  .logo {
    font-size: 2.4rem;
    top: 10px;
    left: 10px;
  }

  .bg-image {
    width: 100vw;
  }

  .date-bottom-right {
    display: none;
}
}
