*{
    padding: 0;
    margin: 0;
    background-color: black;
    color: white;
}

#showPort{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 7%;
    border: 1px solid darksalmon;
    margin-top: 4px;
    border-radius: 11px;
    width: 95%;
}


#showPort img{
    width: 2%;
}

#list{
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

p,img{
    /* width: 23w; */
}