li>a, li>a:active, li>a:visited{
    color: black!important;
}

#header{
    position: unset!important;
    color: black!important;
}

a:active,a:focus,a{
    color:black;
}

ul{
    text-align: left;
    list-style-position: inside;
}

#listItemUl{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

img{
    max-width: 35%;
}

main{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;
}

#imgLastGame {
    display: grid;
    grid-template-columns: 50% 50%;
}

#imgLastGame img {
    max-width: 100%;
}

#imgvatp{
    max-width: 100%;
}