
@font-face {
    font-family: 'MSDOS';
    src: url('https://unpkg.com/msdos-font@1.0.0/fonts/Web437_IBM_VGA_8x16.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: white; }
}

.typewriter-caret {
    border-right: .15em solid white;
    animation: blink-caret .75s step-end infinite;
}
body {
    font-family: 'MSDOS', monospace;
    color: #AAAAAA;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    background-color: black;
}
h1 {
    color: #55FF55;
    text-shadow: 0 0 10px rgba(85, 255, 85, 0.7);
}

div[class*="border-"] {
    border-color: #55FF55 !important;
}
#typewriter-text {
    color: #AAAAAA;
    text-shadow: 0 0 5px #55FF55;
}

#start-button {
    border-color: #AAAAAA;
    color: #AAAAAA;
}

#start-button:hover {
    background-color: #AAAAAA;
    color: #000000;
}

/* Circular menu styles */
a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #55FF55;
    text-shadow: 0 0 5px #55FF55;
}

