body{
    box-sizing: border-box;
    min-height: 100vh;
    background-color:  hsl(212, 45%, 89%);
    font-family: Outfit, Verdana,serif;
    color: hsl(218, 44%, 22%);
    font-size: 15px;
}

.card{
    display:flex;
    flex-direction: column;
    margin: 150px auto;
    padding: 20px;
    width: 350px;
    height: auto;
    justify-content: center;
    align-items: center;    
    background-color: hsl(0, 0%, 100%);
    border-radius: 25px;
}

.card img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.main-txt{
    font-weight: 700;
    font-size: 22px;
    margin-top: 25px;
  
}

.scan-txt{
    font-weight: 400;
    margin-top: 0px;
    color:hsl(216, 15%, 48%)
}

.main-txt,
.scan-txt{
    padding: 0 45px;
    text-align: center;
}