




ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around; 
    list-style-type: none
}

a {
    color: orange;
}

section {
    display: flex;
    gap: 20px;
    border-style: ;
}

p{
    width: 400px;
    padding: 10px;
    background-color: rgb(110, 110, 110);
    border-radius: 15px;
    color: white;
    text-align: center;
}

