/****************************************************
 *  File name   : header.css                        *
 *  Author      : Yohanes Benny Bennedictus         *
 *  Date        : June, 18 2025                     *
 *  Description : CSS rules to define the layout of *
 *                header section.                   * 
*****************************************************/

header {
    display: inherit;
    grid-template-columns: 1fr;
    overflow: hidden;
}

header > h2 {
    justify-self: right;
    align-self: center;
    font-family: Roboto, sans-serif;
    font-size: 1.5em;
    font-style: italic;
    letter-spacing: 1.25px;
    padding-right: 10px;
    padding-top: 20px;
    text-transform: uppercase;
}