@charset "utf-8";

body{
    background-color: pink;
}

h2{
    font-weight: bold;
}

footer{
    font-style:italic;
}

p{
    color: black;
}