



.flexbox{

    flex-direction:row;
    display:flex;
    justify-content:space-between;
    gap:20px;
    color:orange;
    
}
p{
    background-color:grey;
    border: black  2px;
    color:whitesmoke;
    border-radius:5px
    
}
a:link{
    color:orange
}