html {
  background-color: orange;
  /* height: 100vh;
  width: 100vw; */
}

html,
body,
.container {
  height: 100%;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  font-size: 20px;
  color: cornsilk;
}

a {
  color: black;
}
