@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap');

* {
    color: #F5E3C8;
    text-decoration: none;
}

body {
    font-family: 'Ubuntu Mono', monospace;
    background-color: #263238;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
    font-size: 20px;
    overflow: hidden;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    background-color: #333;
    color: #F5E3C8;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    font-family: 'Ubuntu Mono', monospace;
    font-size: 14px;
    justify-content: space-between;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

h1 {
    font-size: 2em;
    color: #F5E3C8;
}

.typewrite {
    text-decoration: none;
    color: inherit;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #1C1C1C;
    color: #F5E3C8;
    font-family: 'Ubuntu Mono', monospace;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

footer .taskbar-content {
    text-align: center;
}