@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:500,700,900,400");

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}

.all-apps-home {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 45px;
  width: 62px;
}

.all-apps {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -1px;
  min-height: 19px;
  min-width: 62px;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
}

.navigation {
  align-items: flex-start;
  display: flex;
  margin-bottom: 0;
  margin-left: 50px;
  min-width: 119px;
}

.t-button-container {
  height: 55px;
  margin-left: 31px;
  position: relative;
  width: 218px;
}

.next {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 26px;
  min-width: 54px;
  text-align: center;
  white-space: nowrap;
}

.text-button {
  align-items: flex-end;
  background-image: url(../img/background-white-button.png);
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  display: flex;
  height: 55px;
  justify-content: flex-end;
  left: 0;
  min-width: 110px;
  padding: 13px 29px;
  position: absolute;
  top: 0;
}

.place {
  color: var(--orange);
  font-weight: 700;
  line-height: 18px;
  min-height: 24px;
  min-width: 50px;
  text-decoration: underline;
  white-space: nowrap;
}