* {
    margin: 0;
    padding: 0;
    border-style: border-box;
}

body {
     background-color: hsl(212, 45%, 89%); 
     font-family: 'Outfit', sans-serif;
     display: grid;
     justify-items: center;
}

.QR_background {

    display: grid;
    justify-items: center;
    align-items: center;
    background-color: white;
    width: 23.5vw;
    height: 60vh;
    max-width: 100%;
    max-height: 100%;
    margin-top: 15vh;
    border-radius: 5%;

}

.qr_image {

    display: grid;
    justify-items: center;
    align-items: center;
    width: 300px;
    height: 290px;
    margin: 15px;
    border-radius: 3%;
    
}

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

h1 {
    text-align: center;
    font-size: larger;
    padding: 0;
    margin: 0;
}

p {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    opacity: .5;
    line-height: 3vh;
    padding: 0;
    margin: 0;
}
