body {
    background-color: gray;
}

.myClass {
    color: orange;
    background-color: white;
    font-family: "Impact";
}

p {
    color: white;
}

li {
    color: white;
}

img {
    border-style: dashed;
    border-width: 10px;
    border-color: aliceblue;
    border-radius: 10px;
}