body{
    background-image: url("https://i.pinimg.com/originals/8e/46/15/8e46150f790fbefe438d9c2767c32ad1.gif");
}

.container{
    background-color: #0c0a1e;
    color: white;
    text-align: center;
    font-family: sans-serif;
    margin: 0 auto;
    padding: 1px;
    border: none;
    width:1100px;
}
ul{
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
}
table{
    color: black;
    text-align: center;
    font-size: 16px;
    border: white solid 1px;
    caption-side: top;
    align-content: center;
    align-items: center;
    align-self: center;
    alignment-baseline: central;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    width: 800px;
    margin: 10px;
    padding: 10px;

}
th{
    text-align: center;
    background-color: lightsalmon;
}

tr:nth-child(even){
    background-color: lightblue;
}
tr{
    background-color: lightgreen;
}
caption{
    font-size: 16px;
    font-style: italic;
    color: white;
}
audio{



}