body * {
  box-sizing: border-box;
}

.page__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benzinestift__image {
  width: 100%;
  height: auto;
  max-width: 500px;
}
