body {
  background-color: #ddd;
}

.content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cover {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: 45% 0;
  border-radius: 4px;
  margin-bottom: 10px;
}

.button {
  text-decoration: none;
  color: black;
}
