body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
   height: 100vh;
   align-items: center;
   background-color: rgb(225, 196, 255);
}    
.card{
    background-color: #d6804f;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgb(250, 105, 15);
    width: 20vw;
    height: 200px;
}
.btn{
    background-color: rgb(221, 206, 5);
    font-size: larger;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 40px;
    color: #ffff;
    cursor: pointer;
}
.para{
    margin-top: 0px;
    font-size: 20px;
}