html, body {
    min-height: 100%;
}

html {
    background-color: #D5E1EF;
    display: flex;
    justify-content: center;
    font-family: 'Outfit';
}

body{
    align-self: center;
}


.white-box {
    background-color: white;
    padding: 16px;
    padding-bottom: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.0477));
}

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

img {
    width: inherit;
    height: inherit;
    border-radius: 10gpx;
}

.description {
    flex-direction: column;
    display: flex;
    width: 288px;
    padding-top: 24px;
    text-align: center;
    align-items: center;
}

.title, .paragraph {
    width: 256px;
}

.title {
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #1F314F;
    margin: 0;
}

.paragraph {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #68778D;
    padding-top: 16px;
    margin: 0;
    font-weight: 400;
}
