
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap');

body{
background: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
        font-family: 'Rubik', helvetica, sans-serif; 
        padding: 0;
        margin: 0;

}
.news-app-promo {
  box-sizing: border-box;
  background-color: #000;
  padding: 0.5em;
  margin-top: 1em;
}

.news-app-promo__section {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-top: 8px;
}

.news-app-promo-text {
  color: #fff;
  min-width: 277px;
  padding: 0 1em;
  margin: 1em auto;
  display: block;
}

.news-app-promo-text__tagline {
  font-size: 1em;
  opacity: 0.9;
}

.news-app-promo-text__download {
  font-size: 2em;
  font-weight: 600;
}

.news-app-promo-buttons {
  margin: 0 auto;
  max-width: 35%;
  display: block;
}

.news-app-promo-buttons__buttons {
  display: block;
}

.news-app-promo-buttons__logo {
  display: inline-block;
}

.news-app-promo-subsection {
  display: inline-block;
  margin: 0 auto;
  margin-right: 10px;
}

.news-app-promo__bbc-logo {
  display: inline-block;
  width: 106px;
  margin-bottom: 8px;
}

.news-app-promo__play-store,
.news-app-promo__app-store {
  display: block;
  width: 161px;
  height: auto;
  margin-bottom: 8px;
}

.news-app-promo-subsection--link {
  text-decoration: none;
  border: 0;
}