body{
    box-sizing: border-box;
    color: black;
    font-family: 'Courier New', Courier, monospace;
    margin: 0 auto;
    background-image: url(./assets/background.png);
    background-repeat: repeat;
}

#main{
    padding: 5% 10%;
    margin: 0px;
}

#headline{
    margin: 0px;
    height: 40px;
    border: 1px whitesmoke solid;
    padding: 0px 10%;
    background-color:#333333;
    word-spacing: 25px;
    overflow: auto;
    font-size: 0.8em;
}

#headlineRight{
    margin: 10px 0px;
    line-height: 20px;
    text-align: right;  
}
h1{
    font-size: 45px;
}
#wikiTitle{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.01px;
    color: black;
    /*Google font*/
    font-family: 'Charm', cursive;
}

.separator{
    margin: 30px 0px;
    text-align: center;
    letter-spacing: 6px;
    font-size: 6px;
    font: bold;
}

/* EZT VÉGÜL NEM HASZNÁLTAM
.headLineItem {
    text-decoration: underline;
    font-size: 0.7em;
    text-decoration: underline;
    font-size: 0.7em;
}*/

.magenta{
    color:#ff0099;
}

#logo{
    width: 30px;
    height: 30px;
    padding: 5px 0px;
    margin: 0px;
    float: left;
    filter: invert(100%);
}
#wikiContent{
    padding: 0px;
    margin: 0px;
}
.margin20{
    margin:20px 0px;
}
#logobottom{
    width: 30px;
    height: 30px;
    padding: 5px 0px;
    margin: 0px;
    float: right;
    filter: invert(100%);
}