<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: 'HussarBoldItalicOutline';
    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;
}

article {
  height: 100%;
  width: 100%;
}

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

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

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

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

header .social {
  text-align: center;
}

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

main {
  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;
}

main .artist-info &gt; h1 {
  color: #FFFFFF;
  font-family: 'HussarBoldItalicOutline', sans-sarif, serif;
  font-size: 48px;
  letter-spacing: 3px;
  line-height: 55px;
  text-align: center;
  margin-top: 30px;
}

main .date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

.mobile {
    display: block;
}

.desktop {
    display: none;
}

.uforia-info {
  padding: 0 10px;
}

.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: 40%;
}

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

@media screen and (max-width: 320px) {
  main .artist-info &gt; h1 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1024px) {
  header {
    padding: 0 85px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

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

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

  main .artist-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 90px;
    bottom: 140px;
  }

  main .artist-info &gt; h1 {
    font-size: 75px;
    letter-spacing: 4.5px;
    line-height: 82.05px;
  }

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

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

  main .artist {
    max-width: 580px;
    position: absolute;
    bottom: 0;
    right: 20px;
  }

  .uforia-info {
    max-width: 500px;
  }

  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

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

  .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: 30%;
  }

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

@media screen and (min-width: 1440px) {
  main {
    height: 569px;
  }

  main .artist-info &gt; h1 {
    font-size: 96px;
    letter-spacing: 6px;
    line-height: 109px;
  }

  main .artist-info &gt; h2 {
    font-size: 44px;
    letter-spacing: 3.81px;
    line-height: 54px;
  }

  main .artist {
    max-width: 810px;
  }
}
</pre></body></html>