* {
    font-family: "Fjalla One";
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

h1 {
    text-align: center;
    margin-top: 5%;
    font-size: 4rem;
}

ul {
    margin-top: 5%;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

ul li {
    position: relative;
    top: 1.5rem;
    margin-right: 20px;
    font-size: 2rem;
}

ul {
    margin: 0;
}

ul {
    list-style-type: none;
}

ul > li {
    text-indent: -5px;
}

ul > li:before {
    content: "-    ";
}