@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Don José Black';
  font-style: normal;
  font-weight: normal;
  src: local('Don José Black'), url('DonJose_Black.woff') format('woff');
}

html, body {
    background-color: #ffba75;
    margin: 0;
    padding: 0;
}
.logo {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    font-size: 1.5rem;
}
.logo img {
    width: 500px;
    max-width: 90%;
    display: block;
    margin: 0 auto 1rem auto;
}
.listen {
    font-family: 'Don José Black';
    font-size: 1.5rem;
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 2rem;
}
.listen a,
.listen > img {
    margin-left: 2.5rem;
}
.listen img {
    height: 2rem;
    vertical-align: middle;
}