* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Outfit", sans-serif;
    min-height: 100vh;
    background-color: hsl(212, 45%, 89%);
    display: flex;
    flex-direction: column;
    align-items: center;
justify-content: center;

}

.main {
    background-color: white;
    text-align: center;
    width: 360px;
    border-radius: 20px;
}

h1 {
    margin: 20px;
    color: hsl(218, 44%, 22%);
    font-size: 25px;
}

p {
    margin : 20px;
    font-size: 15px;
    color:hsl(216, 15%, 48%)
}

.qrCode {
    margin: 20px;
    border-radius: 20px;
    width: 90%;
}