        * {
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;  
        }

        body {
            background-color: #392121;
            font-family: Gilroy-Regular;
            line-height: 1.5;
        }

        .skip-to-content {
            position: absolute;
            left: -9999px;
            top: 0;
            z-index: 999;
            padding: 8px 16px;
            background: #B88A69;
            color: #fff;
            font-family: Gilroy-Light;
            text-decoration: none;
            border-radius: 0 0 4px 0;
        }

        .skip-to-content:focus {
            left: 0;
        }

        div.coffee-separator-wrapper {
            position: relative;
        }

        div.coffee-separator-wrapper > img {
            position: absolute;
            width: 18vw;
            margin-top: 1vw;
        }
