html {
    font-size: 10px;
    font-family: "Alegreya";
    color: whitesmoke;
    
}
h1 {
    font-size: 30px;
    text-align: center;
}
p,
li {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}
a,
li {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    color: blanchedalmond;
}
img {
    display: block;
    width: 300px;
    height: auto;
    margin: auto;
}
body {
    width: 600px;
    margin: 0 auto;
    background-color: #2C2D2D;
}