@font-face{
    font-family:"Intro";
    src:url("/assets/fonts/Intro/Intro.otf");
    font-weight:normal;
}
@font-face{
    font-family:"Rubik";
    src:url("/assets/fonts/Rubik/static/Rubik-Regular.ttf");
    font-weight:normal;
}
@font-face{
    font-family:"Rubik";
    src:url("/assets/fonts/Rubik/static/Rubik-SemiBold.ttf");
    font-weight:bold;
}
body{
    background:#303030;
    color:white;
    font-family:"Rubik",sans-serif,helvetica;
    font-size:14px;
}
.background{
}
.container{
    max-width:980px;
}
article p{
    text-align:justify;
}
article h1,article h2,article h3,article h4,article h5,article h6{
    text-align:center;
    color:goldenrod;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight:bold;
    font-family:"Intro",tahoma,sans-serif,helvetica;
    margin-bottom:0px;
}
h1,.h1{
    font-size:160%;
}
h2.,.h2{
    font-size:150%;
}
h3,.h3{
    font-size:140%;
}
h4,.h4{
    font-size:130%;
}
h5,.h5{
    font-size:120%;
}
h6,.h6{
    font-size:110%;
}
.footer{
    border-top:2px solid goldenrod;
}
