body {
    font-family: "Karla", sans-serif;
    font-weight: 500;
    color: #e9e9e9;
    line-height: 1.3em;
    margin: 0;
}

header {
    background-color: #9c7f71;
}

main {
    padding: 1em;
    background-color: #956456;
    text-align: center;
}

footer {
    background-color: #804d4b;
    text-align: center;
    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-size: 25px;
}

h1, h2 {
    font-family: "Squada One", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 50px;
}

li {
    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-size: 25px;
    padding-top: 10px;
}

img {
    max-width: 100%;
}

div {
    display: flex;
    justify-content: center;
}

header, footer {
    padding: 1em;
}

ul {
    padding: 0;
    list-style: none;
    font-family: "Squada One", sans-serif;
    font-weight: 400;
    text-align: center;
}

a {
    display: block;
    text-decoration: none;
    color: #9b9481;
}

a:hover {
    color: #1e1e1e;
}