* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  position: absolute;
  width: 728px;
  height: 90px;
  overflow: hidden;
  border: 1px solid #000000;
  background-color: #492e8d;
}

.screen {
  position: absolute;
  width: 728px;
  height: 90px;
  transition: all 1s;
  opacity: 0;
  z-index: -1;
}
.screen.display {
  opacity: 1;
  z-index: 5;
}

.bg {
  position: absolute;
  width: 728px;
  height: 90px;
}

.commons {
  position: absolute;
  width: 728px;
  height: 90px;
  z-index: 0;
}

.link {
  position: absolute;
  width: 155px;
  height: 19px;
  top: 57px;
  left: 268px;
}

.button {
  position: absolute;
  width: 115px;
  height: 19px;
  top: 51.5px;
  left: 584px;
  transition: all 0.3s;
  z-index: 6;
}
.button:hover {
  transform: scale(1.1);
}
.button img {
  height: 100%;
}/*# sourceMappingURL=style.css.map */

.button2 {
  position: absolute;
  width: 172px;
  height: 50px;
  top: 21px;
  left: 396px;
  transition: all 0.3s;
  z-index: 6;
}
.button2:hover {
  transform: scale(1.05);
}
.button2 img {
  height: 100%;
}/*# sourceMappingURL=style.css.map */