@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Bungee', sans-serif;
    background: #fafafa;
}

h1 {
    font-size: 3rem;
    color: #333;
    white-space: nowrap;
    border-right: 3px solid #333;
    /* padding-right: 5px; */
    padding: 10px;
    overflow: hidden;
}

footer {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
}

footer a {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
}