@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;
}

.container::after {
  content: '';
  display: block;
  width: 100%;
  border-radius: 285px;
  background: #FD409D;
  filter: blur(119.94999694824219px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: -1;
}

.content {
  display: flex;
  flex-direction: column;
  padding: 0 16px 37px 16px;
  color: #fff;
}

.main-image {
  width: 100%;
  max-width: 425px;
}

h1 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  margin: 16px 0 13px 0;
}

.content {
  color: #fff;
  margin: 0;
}

.list ul, .list p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;  
  font-weight: 400;  
  font-style: normal;
  line-height: normal;
}

.list ul {
  margin-bottom: 14px;
}

.buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 48px;
  padding: 12px 22px;
  border-radius: 14px;
  background-color: #FD409D;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
