.emoji-train::after {
    content: "\2b50 \2b50 \2b50 \2b50 \2b50 \2b50 \2b50 \2b50"
}

.bullet-list {
    text-align: left;
    list-style-type: "\2728";
}


.icon {
    width: 20px;
}

* {    
    box-sizing: border-box;
}


body {
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #44580c;
}
a:hover {
    font-weight: 500;
    text-decoration: underline;
    font-weight: bold;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}