@font-face {
    font-family: 'FiraCode';
    src: url('fonts/FiraCode-Regular.ttf') format('truetype');
}

body {
    font-family: 'FiraCode', sans-serif;
    font-weight: 200;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #301934, #000000) center/cover;
    color: #fff;
    text-align: center;
}

#container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.contact-heading {
    font-size: 3em;
    margin: 0.5em 0;
}

.contact-heading a {
    color: #fff;
    text-decoration: none;
}

.contact-heading a:hover {
    text-decoration: underline;
}

.contact-email {
    font-size: 2em;
    margin: 0.5em 0;
    color: #fff;
}

/* Footer Styles */
.footer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 0.9em;
    color: #999;
    display: flex;
    flex-direction: column;
}

.footer-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 0.8em;
    color: #999;
}

.footer-link nav ul {
    color: #999;
    text-decoration: none;
}

.footer-link nav ul li {
    margin-bottom: 5px;
}

.footer-link a {
    color: #999;
    text-decoration: none;
}

.footer-link a:hover {
    text-decoration: underline;
}
