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

@font-face {
    font-family: 'Slim';
    src: url('../fonts/Slim-Thirteen-Pixel-Fonts.ttf') format('truetype');
}

body
{
    font-family: 'Retro';
    background-color: rgb(32, 31, 31);
}

a
{
    color: rgb(207, 207, 99);
    text-decoration: none;

}

a:hover
{
    color: rgb(163, 84, 253);
    transition: all 1s;
}

.Top-Menu
{
  font-family: 'Retro';
  font-size: small;
  margin-left: 0.2%;
}

div div  ul li
{
    list-style: none;
    display: inline;
}

div div ul
{
    display: inline;
    font-family: 'Retro';
}