html,
body {
  height: 100%;
  margin: 0px;
}

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

main {
  height: 100%;
}

.mycontainer {
  display: flex;
  align-items: start;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  @media (max-width: 600px) {
    align-items: center;
  }
}

.logo {
  width: 200px;
  margin-left: 199px;
  margin-top: 20vh;
}

.logo2 {
  display: none;
  height: 15%;
  margin-left: 0px;
  margin-top: 5vh;
}

.centered-div {
  position: relative;
  width: 390px;
  height: 150px;
  left: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  /* transform: scale(0.4); */
  @media (max-width: 600px) {
    left: auto;
  }
}

.top-left, .top-right {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 185px;
  height: 62px;
}

.top-left {
  left: 0;
  background-image: url('Group47.png?t=20251030');
  background-size: 100% 100%;
}

.top-right {
  right: 0;
  background-image: url('Group46.png?t=20251030');
  background-size: 100% 100%;
}

.bottom-center {
  display: inline-block;
  align-self: center;
  width: 263px;
  height: 62px;
  background-image: url('Group48.png?t=20251030');
  background-size: 100% 100%;
}

@media (max-width: 600px) {
  .logo {
    margin-top: 20vh;
  }

  .centered-div {
    margin-top: 30px;
    width: 350px;
    height: 120px;
  }

  .top-left, .top-right {
    width: 165px;
    height: 50px;
  }

  .top-left {
    background-image: url('Group47-2.png?t=20251030');
  }
  
  .top-right {
    background-image: url('Group46-2.png?t=20251030');
  }
  
  .bottom-center {
    background-image: url('Group48-2.png?t=20251030');

    width: 230px;
    height: 50px;
  }
}