@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("fonts/SamsungSharpSans-Bold_1.ttf");
}

a {
  color: #fff;
}

body {
  background: #000;
  font-family: "Samsung Sharp Sans";
  margin: 0;
  text-align: center;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

#sharing {
  align-items: center;
  display: flex;
  height: 100vh;
  max-height: calc(100vw * 16/9);
  max-width: calc(100vh * 9/16);
  position: relative;
  width: 100vw;
}

.main-container {
  align-items: center;
  display: flex;
  height: 100%;
  max-height: calc(100vw * 16/9);
  max-width: calc(100vh * 9/16);
  position: relative;
  width: 100%;
}

.download-container {
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
    display: flex;
    height: 100%;
    max-height: calc(100vw * 16/9);
    max-width: calc(100vh * 9/16);
    position: relative;
    width: 100%;
}

.download-button {
  width: 54%;
}

.text {
  color: #fff;
  font-size: 65%;
  margin: auto;
  width: 80%;
}

.content {
  width: 100%;
  padding-top: 20%;
}

.background-container-container {
  display: flex;
  height: 100dvh;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  width: 100vw;
}

.background-container {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
}

.background {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
}

@media screen and (min-width: 540px) {
  .text {
    font-size: 1.4vh;
  }
}
