*{
   margin: 0;
   padding: 0;
}

body{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100vh;
   width: 100%;
   background-color: #ffffff;
}

.container{
   position: relative;
   width: 450px;
   height: 500px;
   background-color: #FEFEFE;
   box-shadow: 0px 0px 10px 1px greenyellow;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   overflow: hidden;
}

#btn{
   border-radius: 5px;
   color: white;
   font-size: 25px;
   font-weight: 700;
   width: 200px;
   height: 160px;
   background-image: linear-gradient(45deg, #FFD552, #F55D28 );
   box-shadow: 0px 5px 20px 0.1px #f55d2a84;
   border: none;
   margin: 15px 0px 15px 0px;
}

p{
   color: #848AA7;
}

.chaqmoq{
   font-size: 40px;
   margin-bottom: 15px;
}

h1{
   font-family: Poppins;
}

.title-first{
   font-family: Arial, Helvetica, sans-serif;
}

.title-thri{
   font-size: 22px;
   color: black;
   font-weight: 600;
   font-family: Arial, Helvetica, sans-serif;
}

.title-four{
   font-size: 13px;
   margin-top: 20px;
}

.top-circle{
   width: 200px;
   height: 200px;
   border-radius: 50%;
   background-color: #DDF3EB;
   position: absolute;
   left: -110px;
   top: -110px;
}
.bottom-circle{
   width: 200px;
   height: 200px;
   border-radius: 50%;
   background-color: #FDEDE0;
   position: absolute;
   right: -110px;
   bottom: -110px;
}