@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');

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

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

body {
  background: rgba(58,34,125,1);
  background: radial-gradient(circle, rgba(133,100,200,1) 24%, rgba(105,75,172,1) 64%, rgba(58,34,125,1) 100%);
  color: #FEF8ED;
  text-align: center;
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}


.container {
  background-image: url("background_alpha.png");
  background-size: cover;
  background-position:center;
  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;
  border-radius: 16px;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 350px;
  background-color: rgba(133,100,200,1);
}

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

.header img {
  width: 90px;
  height: 90px;
}

h1 {
  color: #FEF8ED;
  font-size: 0.8em;
  font-weight: 500;
  font-kerning: none;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
}

p {
  color: #FEF8ED;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.5em;
}

a {
  text-decoration: none;
}

a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 100%;
  height: 56px;
  padding: 10px 40px;
  background: #F6BB4A;
  background: linear-gradient(0deg, rgba(255,156,0,1) 0%, rgba(246,187,74,1) 100%);
  color: #23154C;
  text-align: center;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  border: 1px solid rgba(246,187,74,1);
  border-radius: 16px;
  box-shadow: 0px 101px 28px 0px rgba(0, 0, 0, 0.01), 0px 65px 26px 0px rgba(0, 0, 0, 0.05), 0px 36px 22px 0px rgba(0, 0, 0, 0.18), 0px 16px 16px 0px rgba(0, 0, 0, 0.31), 0px 4px 9px 0px rgba(0, 0, 0, 0.36);
}

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);
}

.story_container{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.story {
  position: relative;
  max-width: 200px;
  font-weight: 500;
}

.story img {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0px;
  border:4px solid rgba(254,248,237,0.2);
}

.store_links{
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}