body {
    background-color: #1D2029;
    color: #dcdcdc;
    text-align: center;
    margin: 0;
    padding: 0;
}
ul{
    margin: 0 !important;
    padding: 0 !important;

}

h1, h2, strong{
    color: #FE2851;
}

strong{
    font-size: 1.2em;
}

img{
    height: 70px;
}

li img{
    height: 2em;
}
a, a:hover, a:visited{
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #FE2851;
}
li{
    margin-top: 30px;
    text-align: center;
    list-style: none;
    /*text-align: left;*/
}
ul img{
    margin-top:10px;
    margin-bottom:10px;

}

