body {
  background-color: #f0f0f0;
  color: black;
  font-family: serif;
}

.pic {
  width: 300px;
}

.container {
  background-color: #fafafa;
  width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #999999;
}