*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color:rgb(255, 255, 255);
    list-style: none;
    background-color: black;
    box-sizing: border-box;
}

