body {
    font-family: system-ui;
    background: #f06d06;

    color: white;
    text-align: center;

    .banner-image {
        width: 100%;
        max-width: 600px;
        height: auto;
    }

}