body {
    margin: 0;
    background: #1C1C1C;
    
}
div{
     position: absolute;
 width:550px;
 height: 550px;
 top: 64px;
 left: 60px;
 background: #1F2937;
}
h2{
font-family: 'Karla';
font-style: normal;
font-weight: 800;
font-size: 40px;
line-height: 40px;
color: #4ADF86;
/* or 100% */

letter-spacing: -0.025em;
position: absolute;
width: 354px;
height: 80px;
left: 52px;
top: 115px;
}
p{
    position: absolute;
width: 372px;
height: 28px;
left: 52px;
top: 215px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 28px;
/* identical to box height, or 140% */


/* Medium grey */

color: #D5D4D8;
}
button{
    display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 9px 17px 9px 15px;
gap: 12px;

position: absolute;
width: 191px;
height: 42px;
left: 110px;
top: 380px;

background: #10B981;
/* shadow/sm */

box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
border-radius: 6px;
}
hr{
    position: absolute;
width: 446px;
height: 0px;
left: 120px;
top: 445px;

border: 1px solid #2F3E53;
}
div.right{
position: absolute;
    width: 211px;
height: 30px;
left: 90px;
top: 460px;
background: #273549;
border-radius: 6px;
}
div.center{
    position: absolute;
    width: 211px;
height: 30px;
left: 313px;
top: 460px;
background: #273549;
border-radius: 6px;
}
