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

body {
  background-color: #d0ddf0;
  position: relative;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 250px;
  height: 380px;
  background-color: #fff;
  color: #000;
  position: absolute;
  left: 40%;
  margin-top: 12rem;
  border-radius: 10px;
}

img {
  width: 225px;
  height: 220px;
  border-radius: 10px;
  margin-top: -1rem;
}

.text-area {
  text-align: center;
}

#p-one {
  font-family: arial;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2rem;
  color: #1a1a1a;
  margin-top: 0.7rem;
}

#p-two {
  font-family: arial;
  font-size: 10.5px;
  color: rgb(157, 156, 156);
  margin-top: 1rem;
  letter-spacing: 0.5px;
  line-height: 1rem;
}