@import url('reset.css');
@import url('fonts.css');

* {
  font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
  background-color: #000;
  width: 100%;
  overflow-x: hidden;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 425px;
  min-width: 320px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 70px 16px;
  position: relative;
  z-index: 2;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  max-width: 144px;
  margin: 44px auto 40px auto;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

h1 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}

h1 img {
  margin: 7px 0;
}

p {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.newbe {
  margin: 15px 0 45px 0;
}

.buttons {
  gap: 16px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 22px;
  border-radius: 14px;
  background: #4425FF;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
