body{
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: #1C1C1C;
    font-family: Georgia, 'Times New Roman', Times, serif
}

.container{
  max-width: 550px;
  margin: 0 auto;
}

.inner-container{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  color:white;
  background: #6943FF;
  height: 50vh;
}

title{
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.text{
  width: 211px;
  height: 51.23px;
  margin-top: 30px;
  border: 2px solid #B295FF;
  border-radius: 5px;
  font-weight: 800;
  font-size: 58px;
  line-height: 24px;
  color: #FFFFFF;
  background: none;
  text-align: center;
}

.btn{
    width: 117px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-top: 25px;
    border-style: none;
    font-family: 'Courier New', Courier, monospace;
}

.btn span{
    font-family: 'Courier New', Courier, monospace;
    font-style: normal;
    font-weight: bolder;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
}

.outer-container{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #1F2937;
  color:white;
}

.box{
    margin: 2rem;
    width: 500px;
    height: 108.57px;
    background: #273549;
    border-radius: 4.68077px 0px 0px 0px;
}

h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #CCC1FF;
}

.values{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
