@font-face {
    font-family: 'Fullerene';
    src: url('assets/Fullerene.ttf') format('truetype');
}

body {
    font-family: 'Fullerene', sans-serif;
    font-size: 24px;
    background-color: #121212;
    color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    text-align: center;
}

.container {
    max-width: 800px;
    padding: 20px;
}

.pfp {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
}

pre {
    font-family: 'Fullerene', sans-serif;
}

a {
    color: #F5805D;
    font-family: 'Fullerene';
    font-size: 24px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
