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

body {
    background-color: #0f0f14;
    font-family: sans-serif;
}

.pred-title {
    font-family: 'Audiowide', sans-serif;
    letter-spacing: 1px;
}

.logo-img {
    width: 100%;
    max-width: 250px; 
    height: auto;
}

.link-list li {
    margin-bottom: 0.8rem;
}

.link-list a {
    color: #61dafb;
    text-decoration: none;
    display: inline-block;
}