.old-browser {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  background-color: #e8E3DD;
  justify-content: center;
  align-items: center;
}

.old-browser__image {
  max-height: 400px;
  max-width: 550px;
}

.old-browser__content {
  margin: 0 auto;
  font-size: 35px;
}