html, body {
    height: 100%;
}

body {
    background-color: hsl(212, 45%, 89%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.qr-component {
    background-color: white;
    max-width: 300px;
    width: 90vw;
    border-radius: 15px;
    font-family: "Outfit", sans-serif;
    text-align: center;
    padding: 18px 10px 30px 10px;
    box-shadow: 0px 6px 12px -3px rgba(0, 0, 0, 0.2);
}

.qr-img {
    width: 95%;
    border-radius: 10px;
    margin-bottom: 5px;
}

main {
    padding: 0 20px;
}

.title {
    font-weight: 700;
    font-size: 22px;
    color: hsl(218, 44%, 22%);
}

.desc {
    font-weight: 400;
    font-size: 15px;
    color: hsl(216, 15%, 48%);
}