html,
body {
  height: 100%;
}

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

main {
  height: 100%;
}

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

.logo {
  width: 80vw;
  max-width: 200px;
  margin-left: 0;
  margin-top: 5vh;

}

.centered-div {
  width: 90vw;
  max-width: 317px;
  height: 300px;
  bottom: 6vh;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

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

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