@font-face {
    font-family: FiraCodeRegular;
    src: url(/fonts/FiraCode-Regular.ttf);
}

@font-face {
    font-family: FiraCodeBold;
    src: url(/fonts/FiraCode-Bold.ttf);
}

body {
    background-size: cover;
    background-image: url(/images/background_c.jpg);
    background-position: center;
}

body * {
    font-family: FiraCodeRegular;
}

div.container {
    width: 100%;
    text-align: center;
}

div.title a {
    box-sizing: border-box;
    display: inline-block;
    background-color: #333;
    font-family: FiraCodeBold;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    color: white;
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 10px;
    border: 15px solid rgb(55, 53, 53);
}

@media screen and (max-width: 380px) {
    div.title a {
        font-size: 25px;
    }
}

@media screen and (max-width: 320px) {
    div.title a {
        font-size: 20px;
    }
}

@media screen and (max-width: 270px) {
    div.title a {
        font-size: 15px;
    }
}

div.main {
    box-sizing: border-box;
    width: 90%;
    background-color: #333;
    margin: 0 auto;
    border: 15px solid rgb(55, 53, 53);
}

div.top-menu {
    background-color: #676767;
    overflow: hidden;
    margin: 0 auto;
}

div.top-menu a {
    list-style-type: none;
    float: left;
    padding: 15px;
    color: white;
    text-decoration: none;
    font-size: 15px;
}

div.top-menu a.active {
    background-color: darkslateblue;
}

div.top-menu a:hover:not(.active) {
    background-color: grey;
}

div.content {
    margin: 10px 0;
}

div.about {
    background-color: rgb(44, 44, 44);
    padding: 10px;
}

div.about p {
    color: grey;
}

div.about a {
    text-decoration: none;
    color: skyblue;
}

div.content p {
    display: block;
    padding: 10px;
    font-size: 15px;
    margin: 0;
    background-color: grey;
    margin-bottom: 5px;
    color: whitesmoke;
}

div.content p a {
    text-decoration: none;
    color: whitesmoke;
}

div.content_colored {
    margin: 10px 0;
    background-color: rgb(44, 44, 44);;
    padding: 10px;
    color: rgb(195, 191, 191);
}

div.content_colored a {
    text-decoration: none;
    color: skyblue;
}

div.links_colored p a {
    color: skyblue;
}

p.news-header {
    color: white!important;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.center {
    text-align: center;
}
