body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

.container {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: url('img/bg.webp') center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  max-width: 750px;
}

.content {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  width: calc(557 / 750 * 100%);
}

.text {
  margin-top: 2vh;
  width: calc(602 / 750 * 100%);
}

.btn {
  margin-top: 5vh;
  width: calc(447 / 750 * 100%);
  cursor: pointer;
}

.footer {
  margin-top: 5vh;
  width: 100%
}