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

body {
  font-family: "Outfit", sans-serif;
}

@media screen and (min-width: 1440px) {
  .showcase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: hsl(0, 0%, 100%);
  }

  .QR-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 80vh;
    background-color: hsl(212, 45%, 89%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  }

  .QR-container {
    height: 53%;
    width: 16%;
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  }

  .QR-image-container {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -10%;
  }

  .QR-code {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .QR-text {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .QR-lg-text {
    font-weight: 700;
    color: hsl(218, 44%, 22%);
    text-align: center;
    font-size: 18px;
  }

  .QR-sm-text {
    font-weight: 400;
    color: hsl(220, 15%, 55%);
    text-align: center;
    font-size: 13px;
    width: 90%;
  }

  .attribution {
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 1rem;
  }

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

@media screen and (max-width: 375px) {
  .showcase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: hsl(0, 0%, 100%);
  }

  .QR-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 80vh;
    background-color: hsl(212, 45%, 89%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  }

  .QR-container {
    height: 80%;
    width: 80%;
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  }

  .QR-image-container {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -10%;
  }

  .QR-code {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .QR-text {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .QR-lg-text {
    font-weight: 700;
    color: hsl(218, 44%, 22%);
    text-align: center;
    font-size: 18px;
  }

  .QR-sm-text {
    font-weight: 400;
    color: hsl(220, 15%, 55%);
    text-align: center;
    font-size: 13px;
    width: 90%;
  }

  .attribution {
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 1rem;
  }

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