@font-face {
    font-family: 'IBM Plex Sans';
    src: url("public/fonts/IBMPlexSans-Medium.ttf") format('truetype');
    font-style: normal;
}

body {
    background-color: #1a1a1a;
    color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'IBM Plex Sans', Arial, sans-serif;
}

.top-left {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 10px;
    left: 10px;
}

.github-logo {
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

.center {
    text-align: center;

    .title {
        text-decoration: none;
        font-size: 5em;
    }
}
