/************************************************************
 *  File name   : footer.css                                *
 *  Author      : Yohanes Benny Bennedictus                 *
 *  Date        : November, 29 2025                         *
 *  Description : CSS rules to define the layout of footer  *
 *                section of web page.                      *
*************************************************************/

footer {
    display: inherit;
    grid-template-rows: 1fr auto;
    background-color: rgb(128, 0, 0);
    height: 150px;
}

#copyright > p {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 7px;
    font-size: 0.9em;
    letter-spacing: 1.25;
}