/*font list:
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Passion One', cursive;*/

*{
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}
body{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

main{
    margin:0 0 0 0;
    width:100%;
    max-width:1920px;
    margin:0 auto;
    overflow: hidden;
}
h1 {
    display: none;
}
h2, h3 {
    /*font-family: 'Archivo Black', sans-serif;*/
    font-family: 'Passion One', cursive;
}
p{
    font-family: 'Barlow Condensed', sans-serif;
}
span{
    font-family: 'Archivo Black', sans-serif;
}
.miring {
    font-style: italic;
    font-weight: normal;
    font-family: inherit;
}
.tebel {
    font-weight: bold;
}
main a{
    text-decoration: none;
    color: rgba(0, 0, 0, 100%);
}
h2 {
    font-family: 'Passion One', cursive;
    text-align: center;
}
footer{
    background-color: rgba(0, 0, 0, 100%);
    text-align: center;
    font-family: 'Noto Sans Mono', monospace;
    color: rgba(255, 255, 255, 100%);
    padding: 16px 60px;
}
#footer{
    font-family: 'Barlow Condensed','Noto Sans Mono', monospace;
    font-weight: normal;
    font-size: 0.8rem;
}