.stencil{
    font-family: 'Stardos Stencil', sans-serif;
}

.transparentBackground{
    background-color: rgba(0,0,0,0.1);
}

.listEle{
    font-family: 'Stardos Stencil', sans-serif;
    font-size: xx-large;
    font-weight: bold;
}

li{
    padding-right: 5rem;
}

body{
    background-image: url(../images/wood.png);
}