* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #d6e2f0;
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main {
  max-width: 21.4rem;
  padding: 20px;
  border-radius: 20px;
  transition: all ease 0.5s;
  background-color: #fff;
  margin: 1rem;
}

.img-qr-code {
  width: 100%;
  border-radius: 20px;
}

.container-title {
  color: #212529;
  line-height: 1.4;
  font-size: 12.1px;
  font-weight: 700;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.container-text {
  color: #495057;
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.013rem;
  margin-bottom: 30px;
}

footer {
  text-align: center;
  font-size: 11px;
}

.box {
  box-shadow: 0px 3px 3px 3px rgba(31 50 81/4%);
}

.box:hover {
  box-shadow: 0px 10px 20px 3px rgba(31 50 81/30%);
  transition: all 0.3s ease-in-out;
}

.Frontend-Mentor {
  border-bottom: 0.01px solid black;
}

.copyright {
  position: fixed;
  bottom: 0.325rem;
  width: 100%;
}
