@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background-color:#99ffca;
  background-image:
  radial-gradient(at 30% 35%, hsla(200,83%,67%,1) 0px, transparent 50%),
  radial-gradient(at 35% 49%, hsla(98,86%,79%,1) 0px, transparent 50%),
  radial-gradient(at 79% 26%, hsla(107,61%,78%,1) 0px, transparent 50%),
  radial-gradient(at 10% 88%, hsla(301,64%,65%,1) 0px, transparent 50%),
  radial-gradient(at 40% 31%, hsla(17,86%,66%,1) 0px, transparent 50%),
  radial-gradient(at 27% 85%, hsla(226,79%,64%,1) 0px, transparent 50%),
  radial-gradient(at 41% 84%, hsla(206,66%,69%,1) 0px, transparent 50%);


  color: #000;
  text-align: center;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.container {
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  min-height:100vh;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.content {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  height: 100%;
  justify-content: center;
  left: calc(50.00000000000002% - 390px / 2);
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: calc(49.93924665856625% - 100% / 2);
  width: 390px;
  z-index: 1;
}

.frame {
  align-items: center;
  background-color: #efeffff2;
  border-radius: 16px;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 30px 20px 20px;
  position: relative;
  width: 350px;
}

.header {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-kerning: none;
  letter-spacing: -0.28px;
}

h2{
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
}

p {
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 20px;
}

a.button {
  align-items: center;
  background-color: #616BFF;
  border-radius: 12px;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

a.button:active {
  transform: scale(0.98); 
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.16), 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}

a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.item_container{
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.item {
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1px;
}

.item img {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 4px;
}

.item p {
  font-size: 12px;
  line-height: inherit;
}

.footer {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.store_links{
  
}

.store_links a:first-child{
  margin-right: 10px;
}
