body {
    background-color: black;
    font-family: "Arial Black";
    margin-left: 10%;
    margin-right: 10%;
    border: 3px coral solid;
    color: aliceblue;
    text-align: center;
    padding: 10px 10px 10px 10px;

}
ul{
    list-style-type: lower-alpha;
    list-style-position: inside;
}
ol{
    list-style-position: inside;
}