html,
body {
  background-color: rgb(4, 191, 238);
  text-align: left;
  color: rgba(231, 231, 237, 0.984);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

div {
  background-color: rgba(10, 10, 221, 0.999);
  padding: 26px;
  width: 200px;
  border-radius: 14px;
  border: 4px solid white;
}
img {
  border-radius: 16px;
  width: 180px;
  height: 180px;
}
