body{
    background-color: rgb(173, 102, 102);
}

h1{
    font-family:fantasy;
    text-align: center;
}
ul li:nth-child(odd){
    background-color: rgb(38, 88, 88);
}
ul li:last-child{
    color: rgb(112, 247, 130);
}

#dir{
    border: 5px solid black;
    height: 300px;
    overflow: auto;
    color: aliceblue;
    font-size: large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 40px;
    margin-bottom: 40px;
    
}

#doit{
    color: aliceblue;
    border: solid black;

        padding-left: 5px;
        padding-right: 5px;
    }
    

#nut{
    border: solid black;
    padding-left: 10px;
    color: aliceblue;
}