body {
    background: black;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


h1 {
    color: hotpink;
}
h2 {
    color: pink;
}

h3 {
    color: hotpink;
}


h4 {
    color: pink;
}






a {
    color: red;

}




em{
    color: hotpink;
    font-size: x-large;
    font-weight: bold;
    text-align: center;

}



p {
    color: white;
    text-align: left;
}





ul {
    color: white;
}


table {
    border: 2px solid red;
    margin-left: auto;
    margin-right: auto;
}

td {
    border: 1px solid hotpink;
    color: white;
}

th{
    color: white;
}
