.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); text-decoration: none;}
body {background-color: aliceblue; min-height: 100vh; display: grid; place-items: center;}
.first, .second {font-family: century gothic; text-align: center;}
.first {font-weight: bold;}
.second {color: gray; font-size: small;}
img {border-radius: 15px; display: block; width: 270px; margin-top: -10px; margin-left: -10px;}
.center { width: 250px; background-color: white; padding: 20px; max-width: 500px; border-radius: 15px;}