body {
    background-color: #D99393;
    color: #854949;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("images/brick.jpeg");
 
}

p {
    font-size: 40px;
}

a {
    color: #532323;
    text-decoration: none;

}

a:hover {
    color: #854949;
}
ul li::before {
    content: "\27A4  "; 
    color:#D99393
}    
li {
    list-style-type:none;
    position:relative;
    padding-left: 0em;

ul {
    list-style-type: square;
}