@font-face {
    /*font-family: 'Aerial';*/
    font-family: 'GameFont'; /*a name to be used later*/
    src: url('gamefont.ttf'); /*URL to font*/
}

.desctext
{
    color: black;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    /*
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
    */
    font-family: 'GameFont';
}

.desclink
{
    color: black;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    /*
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
    */
    font-family: 'GameFont';
	text-decoration: underline;
	font-size: 32px;
	line-height: 34px;
	padding: 10px;
}

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

li {
  padding-left: 1em; 
  text-indent: -.7em;
}

li::before {
  content: "• ";
  color: white; /* or whatever color you prefer */
}

.container
{
    background: rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
}

p, div .desctext
{
    padding: 10px;
    font-size: 32px;
    line-height: 34px;
}

body
{
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
}