*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: black;
  text-align: center;
}

#title {
    position: absolute;
    top: 0;
    padding: 15px;
    width: 100%;
    background-color: aliceblue;
}