@charset "utf-8";

body {
    background-color: pink;
    font-size: 25px;
    text-align: justify;
    margin: 7px;
        }

h1 {
    color: blue;
    text-align: left;
        }

h2 {
    background-color: yellow;
        }