@font-face {
    font-family: 'BodoniFLF-Bold';
    src: url('bodoniflf-bold.ttf') format('truetype');
}

body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 3em;
    color: white;
    text-align: center;
    flex-direction: column; /* Add this line to ensure elements are stacked vertically */
    font-family: 'BodoniFLF-Bold', sans-serif; /* Use BodoniFLF-Bold font */
}

.hex-code {
    font-size: 0.5em;
    margin-top: 0.5em;
}
