*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body{
    max-width: 900px;
    margin: auto;
}

ul{
    list-style: none;
}