body {
    font-family: Arial, sans-serif;
    margin: 1;
    padding: 1;
    background-color: aqua;
}
.heading {
    font-size: 40px;
    color: blue;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 10vh;

}