/* Body */

body {
    align-items: center;
    background-color: #f2f2f2;
    display: flex;
    font-family: "Outfit", serif;
    justify-content: center;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}

/* Pay QR Code */

.card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px hsl(220, 15%, 55%);
    padding: 4%;
    top: 25%;
    text-align: center;
    width: 375px;
}

#qr {
    border-radius: 15px;
    height: 375px;
    width: 375px;
}

h1 {
    color: #328cf3;
    font-weight: 700;
}

.upi {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.upi>img {
    padding: 5px;
}