body {
    background-color: rgb(253, 246, 227);
    color: rgb(88, 110, 117);
}
h1, h2, h3, h4 { 
    font-family: "League Gothic", Impact, sans-serif
}
p, ul, ol, table {
    font-family: "Lato", sans-serif
}
.container {
    padding-top: 40px;
}