@font-face {
    src: url(../fonts/Comfortaa-Light.ttf);
    font-family: 'Comfortaa', cursive;
}
.brand {
    margin-top: 20px;
}
.brand img{
    width: 100px;
}
.menu-items{
    list-style-type: none;
    margin-bottom: 30px;
}
a {
    text-decoration: none !important;
    color: grey;
}
a:hover {
    color: #0096a2;
}
.monokai-blue{
    color:#66D9EF;
}
.monokai-pink{
    color:#F92672;
}
.monokai-green{
    color:#A6E22E;
}
.monokai-orange{
    color:#FD971F;
}
.monokai-white{
    color:white;
    font-size: 87.5%;
}
.monokai-background{
    background-color: #272822;
    text-align: left;
    padding:10px;
    border-radius: 2.5%;
}
.ident{
    padding-left: 20px;
}
