@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');

*{
    user-select: none;
    font-family: 'Outfit', sans-serif;
}
body{
    overflow: hidden;
    height: 100vh;
    background-color: hsl(212, 45%, 89%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.container{
    box-shadow: 0px 0px 10px 2px hsl(218, 44%, 75%);
    text-align: center;
    width: 350px;
    height: auto;
    background-color: hsl(0, 0%, 100%);
    border-radius: 25px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: start;*/
}
.qrcontainer{
    background-color: hsl(218, 44%, 22%);
    width: 320px;
    height: 320px;
    /*opacity: 40%;*/
    margin: 15px auto auto auto;
    border-radius: 12px;

}
.about{
    margin: 20px 20px 15px 20px;
    font-size: x-large;
}
.scanyourqr {
    margin: 20px 40px 30px 40px;
    font-size: medium;
}
#qrcodeimage{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}