
@font-face {
    /*font-family:"Palatino";*/
    /*src: url("PalatinoRoman.ttf");*/
}

body {
    color: white;
    background-color: black;
    text-align: center;
    /*padding: auto;*/
    font-family: 'Fira Sans', sans-serif;

}


h1 {
    font-size: 80px;
    font-weight: 100;
    margin-bottom: 0px;
    font-family: 'Vollkorn', serif;
}

h2 {
    font-size: 60px;
    font-weight: 200;

}

img{
    float: right;
    margin-right: 25%;
}


#article {
    display: block;
    padding: 50px;
    width: 150px;
    margin: 0 auto; }
a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: blue;
    text-decoration: none;
}