*{
    margin: 0;
    padding: 0;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
background-color: black;
    color: white;
   
}

#nav{
 
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    padding: 10px;
  
}
#part1{
    display: flex;
    gap: 50px;
    font-size:40px;
}

p{
    font-size: 50px;
    text-align: center;
    align-items: center;
  

}


