h1 {
    text-align: center;
    font-size: 30px;
    padding: 20px;
}

body {
    text-align: center;
    background-color: lightgray;
}

#myContainer {
    position: absolute;
  top: 120px;
  left: 400px;
}