html,
body {
  height: 100%;
}

body {
  max-height: 100%;
  background-image: url('bg.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: 100%;
}

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

.banner {
  max-width: 200px;
  margin-left: 0;
  margin-top: 0px;
  width: 80vw;
}

.centered-div {
  /* position: absolute; */
  width: 90vw;
  max-width: 317px;
  height: 280px;
  /* bottom: 6vh;
  left: auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 0px;
}

.two-button {
  display: flex;
  max-width: 379px;
  width: 90vw;
  justify-content:center;
}

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

.circle-button {
  width: 110px;
}

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