body {
    background-color: rgb(200, 230, 260);
    color: #990000;
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
  }
  
h1 {
  font-size: xx-large;
}

h2 {
  font-size:large;
}