body {

background-color: pink;
color: teal; 
font-family: calibri;
text-align: center;
}

img {
  border-radius: 3px; 
}

p.outset {
  border-style: outset;
}

a {
color: white;
text-decoration: none;
}
a:hover {
  color: blue;
}

h1{
color: blue;
}
h2{
color: blue;
}