body {
    background-color: midnightblue;
    color: azure;
}

h1 {
    font-size: 30px
}

p  {
     color: rgb(38, 122, 196);
     font-size: 16px;
}   