@font-face {
    font-family: 'IBM Plex Sans';
    src: url('fonts/TrueType/IBM-Plex-Sans/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather Light Italic';
    src: url('fonts/TrueType/Merriweather/Merriweather_120pt-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
    color: #333;
}

h1 {
    font-family: 'Merriweather Light Italic';
    font-size: 18.75rem;
}

a {
    position: absolute;
    bottom: 20px;
    font-size: 0.8rem;
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
