body {
    background-color: rgb(0, 0, 0);
    color:white;
    margin: 20px;
    font-size: 25px;
    font-family:'Courier New', Courier, monospace;
}

div {
    filter: invert(60%);
    position: absolute;
    top: 300px;
    right: 30px;
    z-index: -1;
}

h1 {
    background-color: rgb(108, 1, 1);
    color: black;
    padding: 40px;
    text-align: center;
    font-size: 60px;
}

p {
    color: white;
    background-color: rgba(108, 1, 1, 0.799);
    padding: 20px;
    margin: 10px;
    text-align: center;
    font-size: 19px;
}

h2 {
    font-size: 30px;
    color:rgb(108, 1, 1);
    text-indent: 20px;
    margin: -10px;
}

ul {
    color: rgb(131, 46, 46);
    margin: 50px;
    font-size: 25px;
}

img {
    border: 9px outset rgb(131, 46, 46);
}

a {
    color:rgb(108, 1, 1);
}