body{
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Outfit, Arial, Helvetica, sans-serif;
}

.qr-code-main{
    background-color: white;
    width: 300px;
    padding: 15px;
    border: none;
    border-radius: 15px;
}

.qr-code img{
    width: 100%;
    border-radius: 10px;
}

.qr-code-info{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
}

.info-title{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: hsl(218, 44%, 22%);
}

.info-subtitle{
    margin: 0;
    margin-top: 15px;
    font-size: 15px;
    color: hsl(216, 15%, 48%);
}
