@font-face {
    font-family: 'that gothic one';
    src: url(/fonts/kingjola.ttf);
}

@font-face {
    font-family: 'mom';
    src: url(/fonts/Mom«t___.ttf);
}

body {
    background-color: rgb(2, 2, 2);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#logo {
    color: whitesmoke;
    text-align: center;
    padding-top: 5px;
    padding-left: 50px;
    font-family: 'that gothic one';
    font-size: 80px;
    letter-spacing: 2px;
}

    a, button {
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: whitesmoke;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    background-color: black;
}

#none {
     color: whitesmoke;
    text-align: center;
    padding-top: 0;
    padding-left: 10px;
    font-family: 'that gothic one';
    font-size: 60px;
    letter-spacing: 1px;
}

.nav-links li {
    display: flex;
    text-align: center;
    justify-content: center;
}

.nav-links li a:hover {
    color: white;
    font-weight: bold;
}

button {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: rgb(9, 9, 9);
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: rgb(7, 7, 7);
}

.skullascc {
    border-radius: 3%;
    height: 500px;
    box-shadow: 0px 0px 5px 4px rgba(10,10,10,0.75);
-webkit-box-shadow: 0px 0px 5px 4px rgba(10,10,10,0.75);
-moz-box-shadow: 0px 0px 5px 4px rgba(10,10,10,0.75);
}

#dov {
    margin: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pravdanews {
    color: whitesmoke;
}

#yn {
    padding-right: 140px;
    display: flex;
    color: whitesmoke;
    font-family: 'mom';
}

.titulos {
    text-align: center;
    color: whitesmoke;
    font-family: 'mom';
    letter-spacing: 2px;
}

.items {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 2%;
    color: rgb(214, 214, 214);

}

.items a:hover {
    text-decoration: underline;
    color: rgb(192, 192, 192);
}