html {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}
body {
    background: hsl(212, 45%, 89%);
    width: 1440px;
    height: 800px;
    display: flex;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(0, 22%);
}
div {
    background: hsl(0, 0%, 100%);
    position: relative;
    top: 19%;
    width: 22%;
    height: 62%;
    border-radius: 20px;
}
#qrcode {
    top: 3%;
    width: 90%;
    position: relative;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    box-sizing: border-box;
}
p {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 20%);
    font-family: 'Outfit', sans-serif;
    max-width: 85%;
    
}
.p1 {
    font-size: 1.4rem;
    font-weight: bold;
}
