@font-face {
    font-family: 'CONSOLA';
    src: url(/font/CONSOLA.TTF);
}
body {
    background-color: black;
    color: white;
    font-family: 'CONSOLA';
    text-align: center; 
}
.middle-text {
    color: #212529;
    text-align: center;
    font-family: 'CONSOLA';
    font-weight: 400;
    size: 14px;
    line-height: 24px;
    margin-top: 323px;
}
p {
    color: #212529;
    text-align: center;
    font-family: 'CONSOLA';
}
.p-bold {
    color: #212529;
    font-family: 'CONSOLA';
    font-weight: bold;
    size: 14px;
    line-height: 24px;
}
.logo {
    align-items: center;
}
::selection {
    color: white;
    background-color: #212529;
}
.a {
    color: #212529;
    text-align: center;
    transition: text-shadow 0.3s ease-in-out;
    text-decoration: none;
}
.a:hover {
    color: #212529;
    font-weight: bold;
    text-shadow: 0 0 13px white;
}
.a-diff {
    color: rgb(138, 19, 19);
    text-align: center;
    transition: text-shadow 0.3s ease-in-out;
    text-decoration: none;
}
b {
    color: #212529;
}