@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    margin: 0;
    padding: 0;
}

main {
    background-color: #D5E1EF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.container {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 40px 16px;
    width: min-content;
    gap: 24px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.0477);
}

.text-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    height: min-content;
    width: auto;
    gap: 16px;
    padding: 0 16px;
}

.qr-code {
    width: 288px;
    height: 288px;
    border-radius: 10px;
}

h1 {
    font-family: 'Outfit';
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0px;
    margin: 0;
    color: #1F314F;
}

p {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin: 0;
    color: #68778D;
}