.main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn {
  display: ruby-text;
}
.info {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  justify-content: center;
}
.apple {
  margin-left: 20px;
}
.name {
  align-self: center;
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 4em;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 400;
}

