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

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

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: 260px;
  margin-left: 127px;
  margin-top: 20vh;
}

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

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

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

.top-left {
  left: 0;
  background-image: url('Group46.png');
  background-size: 100% 100%;
}

.top-right {
  right: 0;
  background-image: url('Group47.png');
  background-size: 100% 100%;
}

.bottom-center {
  display: inline-block;
  align-self: center;
  width: 314px;
  height: 40px;
  background-image: url('Group48.png');
  background-size: 100% 100%;
}

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

  .centered-div {
    margin-top: 50px;
  }

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