html, body {
  height: 90%;
  margin: 0;
  min-width: 300px;
}

.links-container {
  width: 350px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #ededc4;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.links-container a {
  display: block;
  margin: 10px 0;
}

@media screen and (min-width: 360px) {
}