/* @font-face {
    font-family: "Outfit";
    src: url("https://fonts.google.com/specimen/Outfit");
} */
body{
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    box-sizing: border-box;
    background-color: hsl(212, 45%, 89%);
    font-optical-sizing: auto;
}
.container{
    display: block;
    width: 320px;
    /* height: 499px; */
    margin-left: auto;
    margin-right: auto;
    margin-top:100px;
    text-align: center;
    border-radius: 20px;
    padding-bottom: 40px;
    border: none;
    /* padding: 16px 16px 40px 16px; */
    box-shadow: 10px 3px 20px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background-color: #fff;

}
.qrcode{
    width:288px;
    border-radius: 10px;
    margin-top: 16px;
    margin-bottom: 24px; 
}
h1{
    font-weight: 700;
    color: hsl(218, 44%, 22%);
    margin: 0px;
    margin-bottom: 16px;
    
}
p{
    font-weight: 400;
    font-size: 15px;
    color: hsl(216, 15%, 48%);
    margin: 0px;
    /* margin-right: 16px;
    margin-left: 16px; */
    /* margin-bottom: 40px; */
}
.projects{
    margin-left: 16px;
    margin-right: 16px;
    padding: 0px 16px 0px 16px;
   

}
