@font-face {
    font-family: outfit;
    src: url(./font/Outfit-VariableFont_wght.ttf);
}



body {
    font-family: outfit, sans-serif;
    font-size: 15px;
    font-weight: 400, 700;
    background-color: hsl(212, 45%, 89%);
}


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

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


.attribution {
    font-size: 11px;
    text-align: center;
}

.attribution a {
    color: hsl(228, 45%, 44%);
}

.qr {

    margin-left: auto;
    margin-right: auto;
    width: 305px;
    padding: 1%;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 1px 1px 10px 1px hsl(210, 10%, 76%);
    text-align: center;
    margin-top: 10%;

}

img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }