@font-face {
    font-family: 'JetBrains Mono';
    src: url('jet-brains-mono.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    margin-left:10px;
}

p {
    font-family: "JetBrains Mono", monospace;
}

a {
    font-family: "JetBrains Mono", monospace;
}

.titel p {
    font-size: 30px;
    color: white;
}

.untertitel p {
    font-size: 15px;
    color: grey;
}

.untertitel a {
    font-size: 15px;
    color: grey;
    text-decoration: none;
}

.untertitel a:hover {
    color: black;
    background-color: white;
}

.links {
    margin-left: 10px;
    margin-bottom: 22px;
}

.links p {
    margin-top: 22px;
    color: grey;
}

.links a {
    margin-left: 10px;
    color: white;
    text-decoration: none;
    display: block;
    width: fit-content;
}

.links a:hover {
    color: black;
    background-color: white;
}