body,ul,ol,h1,h2,a{
    margin: 0;
    padding: 0;
    font-family:arial;
}
.header .pro{
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
    background-color: black;
    color:  rgb(255, 255, 255);
    margin: 0 ;
    padding: 20px;
    text-align: center; 
    /* outline: 2px solid rgb(255, 144, 0); */
}
.nav{
    display: flex;
    background-color: rgb(0, 0, 0);
}
.nav a{
    text-decoration: none;
    color:  rgb(111, 224, 232);
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 20px 95px 20px 91px;
    letter-spacing: 2px;
}
.space{
    margin-left: 100px;
}
.ti{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}
.rec{
    text-align: center;
}
.title{
    font-size: 30px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600px;

}
.one{
    font-size: 25px;    
}
.im{
    color: rgb(255, 144, 0);
}
#python h1{
    font-size: 35px;
}
.python{
    background-color: black;
    color: white;
    margin: 35px;
    padding: 20px;
    border-radius: 20px;
    line-height: 30px;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 40px;
}
.com{
    color: rgb(67, 138, 85);
}
.blue{
    color: rgb(102, 217, 239);
}
.pink{
    color:rgb(255, 70, 137);
}
.violet{
    color: rgb(144, 109, 206);

}
.yellow{
    color: rgb(227, 216, 115);
}
.iden{
    margin-left: 70px;
}
.ide{
    margin-left: 25px;
}
