html,
body {
  height: 100%;
}

body {
  max-height: 100%;
  background-image: url('1080.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0px;
}

main {
  height: 100%;
}

.mycontainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 50%;
}

.logo {
  width: 200px;
  height: 200px;
  /* margin-left: -226px; */
  margin-top: 19vh;
  background-image: url('logo.png?t=20151018');
  background-size: 100% 100%;
}

.centered-div {
  position: absolute;
  width: 420px;
  max-width: 420px;
  height: 300px;
  margin-top: calc(28vh + 20px);
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  gap: 20px;
  /* transform: scale(0.4); */
}

.image-button {
  display: block;
  max-width: 415px;
  width: 90vw;
  margin: 0 auto;
}

.slogen {
  font-size: 1.5rem;
  font-weight: 750;
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
}

.app-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.app-box a {
  display: inline-block;
}

.ios {
  max-width: 415px;
  width: 200px;
  height: 54px;
  background-size: 100% 100%;
  background-image: url('607.png');
}

.android {
  max-width: 415px;
  width: 200px;
  height: 54px;
  background-size: 100% 100%;
  background-image: url('608.png');
}

.web {
  max-width: 415px;
  width: 300px;
  height: 60px;
  background-size: 100% 100%;
  background-image: url('609.png');
  display: block;
  margin: 0 auto;
  align-self: center;
}

@media (max-width: 860px) {
  body {
    background-image: url('bg.png');
  }

  .mycontainer {
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }

  .logo {
    width: 120px;
    height: 120px;
    margin-left: 0;
    margin-top: 5vh;
  }

  .centered-div {
    /* width: 90vw;
    max-width: 90vw; */
    bottom: 7vh;
    left: auto;
    align-items: center;
    gap: 20px;
    scale: 80%;
  }
}
