body {
    font-family: "area", sans-serif;
    font-weight: 400;
    background: #ffffff;
    color: #ec6608;
    margin: 0;
    padding: 20px;
}

h1 {
    font-weight: 700;
    color: #ec6608;
}

ul {
    padding: 0;
    list-style: none;
}

li {
    margin: 8px 0;
}

a {
    color: #ec6608;
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    text-decoration: underline;
}
