html{
  overflow-x:hidden;
  height: 100%;
}

body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background-color: #e0f0ff;
color: #333;
height: 100%;
}

h1 {
font-size: 3em;
margin-bottom: 10px;
}

h2 {
font-size: 1.5em;
margin-top: 0;
}

