*{
    box-sizing: border-box;
  }
  .container {
    position: relative;
    width: 390px;
    height: 844px;
    background: #1FD897;
    border-radius: 50px;
    margin: auto;
  }
  
  .subcontainer {
    position: absolute;
    width: 390px;
    height: 390px;
    left: 0px;
    top: 464px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
  }
  
  .heading {
    position: absolute;
    width: 390px;
    height: 107px;
    left: 40px;
    top: 157px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 550;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
  }
  
  .get-started {
    position: absolute;
    width: 160px;
    height: 52px;
    left: 106px;
    top: 180px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: white;
    background: #1FD897;
    z-index: 5;
    cursor: pointer;
    animation: shakeX; 
    animation-duration: 1s;
  }
  
  .rec2 {
    box-sizing: border-box;
    position: absolute;
    width: 158px;
    height: 47.53px;
    left: 100px;
    top: 190px;   
    background: #000000;
    border: 1px solid #000000;
  }
  
  .description {
    position: absolute;
    width: 300px;
    height: 114px;
    left: 40px;
    top: 50px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
  }
  .logo {
    position: absolute;
    width: 319px;
    height: 93px;
    left: 40px;
    top: 55px;
    color: white;
    text-shadow: 20px 20px 10px #000000;
  }
  a {
    text-decoration: none;
    color: white
  }
