#container {
  background-image: url ();
  background-position: center;
  width: 250px;
  height: 450px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 5px 5px 10px gray;
}

.box {
  background-color: black;
  width: 50px;
  height: 50px;
}

#boxContainer {
  border: 2px solid black;
  display: flex;
  justify-content: space-between;
  margin: 10px;
}

h1 {
  font-family: arial;
  color: red;
}