* {
    padding-left: 2px;
    margin: 0;
}

body {
    background-color: #2E3440;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.topnav {
    display: flex;
    flex-direction: row;
    justify-content: center;


    background-color: #242933 !important;
    color: yellow;
    padding: 2px 2px 15px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    
}

.topnav h2 {
    margin-top: 10px;
    text-decoration: none;
    font-size: 30px;
}

.Dacrafter {
    flex: 1;
    font-family: 'Chelsea Market';
    border: 5px solid #2E3440;
    padding: 5px;
}
.Dacrafter a {
    color: cyan;
    cursor: pointer;
}

.jellyfin {
    flex: 1;
    width: 275px;
    font-family: 'Chelsea Market';
    border: 5px solid #2E3440;
    padding: 5px;
}
.jellyfin a {
    color: green;
    cursor: pointer;
}

.MC {
    flex: 1;
    width: 275px;
    font-family: 'Chelsea Market';
    border: 5px solid #2E3440;
    padding: 5px;
}
.MC a {
    color: gray;
    cursor: pointer;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: rgb(212, 212, 46);
}
.footer a {
    color: rgb(212, 212, 46);
    font-size: 19px;
    text-decoration: underline;
}
.footer-gap {
    gap: 5px;
}
.footer-links {
    gap: 150px;
}