<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* fonts */
@font-face {
    font-family: 'Hussar';
    src: url('fonts/HussarBoldItalicOutline.otf') format('woff2');
}

/* reset */
* {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
  margin: 0;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

.container {
  height: 100%;
  width: 100%;
}

.bottom {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: url('images/main_mobile.png?rev=1') no-repeat center center;
  background-size: cover;
}

.logo {
  margin-bottom: 15px;
}

.logo-image {
  display: block;
  margin: 0 auto 10px;
  max-width: 220px;
  width: 50vw;
}

.platforms {
  display: block;
  margin: 0 auto;
  width: 250px;
}

.platforms &gt; img:first-child {
  margin-right: 5px;
  width: 50%;
}

.platforms &gt; img:last-child {
  margin-left: 5px;
  width: 40%;
}

.date {
  margin-top: 20px;
}

.date &gt; h2 {
  color: #FFFFFF;
  font-size: 28.8px;
  font-weight: 600;
  letter-spacing: 2.49px;
  line-height: 35px;
}

.date &gt; h4 {
  color: #FFFFFF;
  font-size: 15.12px;
  font-weight: 500;
  letter-spacing: 1.24px;
  line-height: 19px;
}

.title {
  color: #FFFFFF;
  font-family: Hussar;
  font-size: 60px;
  font-style: italic;
  letter-spacing: 3.75px;
  line-height: 68.43px;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  z-index: 1;
}

.image-title {
  margin-top: 26px;
  max-width: 260px;
  width: 60vw;
}

.artist {
  margin-top: 10px;
  max-width: 410px;
  width: 100%;
}

.top {
  align-items: flex-end;
  margin: 20px auto;
}

.top .hashtag {
  background-color: #C40A1E;
  height: 27.55px;
  margin: 0 auto 12px;
  padding: 0px 5px;
  text-align: center;
  width: 239.4px;
}

.top .hashtag span {
  color: #fff;
  line-height: 22px;
  font-weight: 700;
}

.top p {
  margin: 0 auto 15px;
  text-align: center;
}

.top .social {
  text-align: center;
}

.top .social img {
  margin: 0 10px;
}

@media screen and (min-width: 1024px) {
  .info-bottom {
    max-width: 500px;
  }

  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .bottom {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 570px;
    width: 100%;
    background: url('images/main_desktop.png?rev=1') no-repeat center center;
    background-size: cover;
  }

  .logo-image {
    display: block;
    margin: initial;
    max-width: 400px;
  }

  .date {
    text-align: right;
    position: absolute;
    left: 180px;
    bottom: 100px;
  }

  .date &gt; h2 {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 3.81px;
    line-height: 54px;
  }

  .date &gt; h4 {
    color: #FFFFFF;
    font-size: 20.16px;
    font-weight: 500;
    letter-spacing: 1.65px;
    line-height: 25px;
  }

  .title {
    position: absolute;
    top: 110px;
    left: 80px;
    font-size: 120px;
    letter-spacing: 7.5px;
    line-height: 137.05px;
  }

  .artist {
    max-width: 750px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .top {
    padding: 0 85px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .top .social img {
    max-width: 50px;
  }

  .logo {
    max-width: 500px;
    margin-bottom: 0;
  }

  .platforms {
    display: flex;
    margin: 0 auto;
    min-width: 300px;
    width: 100%;
    justify-content: flex-start;
  }

  .platforms &gt; img:first-child {
    margin-right: 10px;
    width: 45%;
  }

  .platforms &gt; img:last-child {
    margin-left: 10px;
  }
}
</pre></body></html>