@charset "utf-8";
@import "reset.css";

#footer {display: flex; height: 150px; text-align: center; background-color: #555; color: #eee; justify-content: center; align-items: center; box-sizing: border-box;}
#footer p {font-size: 15px;}
/* #footer p:nth-child(2) {margin: 10px 0;} */
#footer p:not(:first-child) {margin-top: 10px;}