body {
  background: linear-gradient(#FF006E, #00FFFF);
  text-align: center;
  image-rendering: pixelated;
  color: #B5E61D;
  font-family: Verdana;
  font-size: large;
}

header {
  margin: auto;
  text-align: center;
  background-color: #00CCCC;
  inline-size: 20%;
}

ul {
  list-style-position: inside;
}

div {
  margin: auto;
  max-width: fit-content;
  background-color: black;
  padding: 1% 3%;
  inline-size: 48%;
}

.home {
  margin: auto;
  background-color: #cfcf00;
  inline-size: 400px;
}

.goleft{
  margin-left: -10%;
}

.tinytextxs {
  font-size: x-small;
}