body {
    background-color: black;
}
h1{
    color:white;
}
nav a{
    text-decoration: none;
    color:white;
    font-size: 20px;
    font-weight: bold;
    
    
    text-align: center;
    padding-inline: 5px;
  
}
nav a:hover{
    transition: 1s;
    color: grey;
}


nav{
    margin: 0px;
    padding: 0px;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    list-style-type: none;
    justify-content: flex-end;
    
    margin-right: 20px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

#project1{
    padding-top: 50px;
}

#project2{
    padding-top: 50px;
}

#python-image1{
    padding-top: 50px;
}

#python-image2{
    padding-top: 50px;
}