body {
    display: flex ;
    justify-content: center;
    background-color: #cebfbf;
    padding: 20px;
    margin: 50px;
    
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-style: oblique;
    color: darkblue;
}

ol {
    font-size: 25px;
    color:darkred ;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

#addList {
    background-color: rgb(11, 11, 85);
    color: azure;

}

button {
    color: rgb(14, 240, 240);
    font-size: 15px;
    border-color: blueviolet;
    background-color: chocolate;
}

/* comment cnp*/   /* */