/************************************************************
 *  File name   : main.css                                  *
 *  Author      : Yohanes Benny Bennedictus                 *
 *  Date        : November, 29 2025                         *
 *  Description : CSS rules to define the layout of main    *
 *                section of web page.                      *
*************************************************************/

main {
    display: grid;
    min-height: 100vh;
}

main > img {
    justify-self: center;
    width: 60%;
    border-radius: 5%;
}