a{color: orangered;}
ul{
    display: flex;
    list-style-type: none;
    color: orange;
    justify-content: space-around;
}
section{
    
    display: flex;
    flex-wrap: nowrap; 
    justify-content: space-around;
   
}
p{
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    background-color: #515151;
    border-radius: 10px;
    color: white;
    font-family: 'Times New Roman';
}