@font-face {
    font-family: "Gotham Medium";
    src: url("/fonts/9a2bc11be56851dde98c1b49302cc21a.eot");
    src: url("/fonts/9a2bc11be56851dde98c1b49302cc21a.eot?#iefix")format("embedded-opentype"),
    url("/fonts/9a2bc11be56851dde98c1b49302cc21a.woff2")format("woff2"),
    url("/fonts/9a2bc11be56851dde98c1b49302cc21a.woff")format("woff"),
    url("/fonts/9a2bc11be56851dde98c1b49302cc21a.ttf")format("truetype"),
    url("/fonts/9a2bc11be56851dde98c1b49302cc21a.svg#Gotham Medium")format("svg");
}

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        body {

            font-family: "Gotham Medium";
            font-weight: 600;
            background: #fff;
            min-height: 100vh;
            /* display: flex;
            justify-content: center;
            align-items: center; */
        }

        .container {
            width: 100%;
            max-width: 540px;
            margin: 0 auto;
        }

        .loreal-logo {
            text-align: center;
            margin-bottom: 20px;
        }

        .loreal-logo h1 {
            font-size: 4rem;
            font-weight: 300;
            letter-spacing: 8px;
            color: white;
            text-transform: uppercase;
        }

        .loreal-logo p {
            font-size: 1.5rem;
            font-weight: 500;
            letter-spacing: 6px;
            color: white;
            margin-top: -10px;
        }

        @media (max-width: 768px) {
            .loreal-logo h1 {
                font-size: 2.5rem;
                letter-spacing: 4px;
            }
            .loreal-logo p {
                font-size: 1rem;
                letter-spacing: 4px;
            }
        }