﻿/*body {
    background-color: powderblue;
}

h1 {
    font-size: 120px;
    color: blue;
}

h2 {
    font-size: 100px;
    color: red;
}

p {
    color: red;
}
*/