body {
    background-color: #D5E1EF;
}


.content_box{
    display: flex;
    width: 320px;
    height: 499px;
    border-radius: 20px;
    background-color: white;
    justify-self: center;
    margin-top: 130px;
}

.qr_image{
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 3px;
}

.text_place {
    width: 256px;
    height: 63px;
    justify-self: center;
}

#hh3{
    color: #1F314F;
    font-size: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 999;
}

#img1 {
    border-radius: 10px;
}

#spn1{
    margin-left: 4px;
}

#spn2{
  margin-left: 8px;
}

#spn3{
  margin-left: 76px;
}

#p1{
    color: #68778D;
    width: 256px;
    height: 63px;
}

