@import 'fonts.css';

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Zelezna, '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial',
    'Noto Sans', 'sans-serif';
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color-scheme: dark;

  text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}

html,
body {
  height: 100%;
}

body {
  background: #0e0e0e;
  overflow-x: hidden;
  color: #a0a0a0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 64px 20px;
}

body::before {
  content: '';
  display: block;
  position: absolute;
  width: 480px;
  height: 160px;
  right: -240px;
  top: -80px;
  background: rgba(240, 50, 50, 0.4);
  filter: blur(107px);
}

.content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
}

h1,
h2 {
  color: #fff;
}

h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}

p + p {
  margin-top: 16px;
}

footer {
  margin-top: auto;
  font-size: 14px;
}

a {
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  color: #fff;
}

a.attachment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
a.attachment::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent
    url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMjIzNTMgOEwxNS45MDU5IDguMDk0MTJNMTUuOTA1OSA4LjA5NDEyTDE2IDE0Ljc3NjVNMTUuOTA1OSA4LjA5NDEyTDggMTYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=')
    no-repeat center;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 24px;
    padding: 96px 60px;
  }

  body::before {
    width: 1400px;
    height: 200px;
    left: -700px;
    top: -100px;
    right: unset;
  }

  h1 {
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 24px;
  }

  h2 {
    font-size: 28px;
  }
}
