footer
{
   background: #000;
   width: 100%;
   flex: 1;
   color: #ccc;
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 10px;
   padding: 10px 0;
   a
   {
      text-decoration: underline;
   }
   p
   {
      margin: 0;
   }
}