@import url("https://fonts.googleapis.com/css2?family=League+Gothic&family=Miniver&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", serif;
}

body {
  background-color: hsl(212, 45%, 89%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
}

section {
  width: 220px;
  height: 340px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.code-img img {
  border-radius: 10px;
  width: 200px;
  height: 200px;
}

.code-text h2 {
  font-size: 15px;
  color: hsl(218, 44%, 22%);
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.code-text p {
  font-size: 10px;
  color: hsl(216, 15%, 48%);
  text-align: center;
  padding-top: none;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 15px;
}
