h1{
 font-size: 16px;
 color: pink;
}

p{
font-size: 12px;
color: teal;
}

body{
 background-color:black;
}
