section{
    display:flex;
    justify-content:space-around;
    
}

p{
    gap:30px;
    width:275px;
    height:75px;
    padding:15px;
    margin:30px;
    background-color:rgb(116, 108, 108);
    color:white;
    text-align: center;
    border-radius: 8px;
}

ul{
    display:flex;
    justify-content:space-around;
    
}

a{
    display:flex;
    gap: 30px;
    color:orange;
    font-size: large;
}

