li{
    margin: 15px;
    transition: ease-in-out 1s;
}


li:hover{
    transform: scale(1.2);
    transition: ease-in-out 1s;
}


table.listA{
    width: 80%;
    margin: 30px auto 0 auto;
    border-collapse: collapse;
    
}

.listA th, .listA td{
    text-align: center;
    padding: 5px;
}

.listA td{
    border-bottom: 1px solid #AB263B;
    border-top: 1px solid #AB263B;
}

.desE{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.imaE img{
    width: 100%;
}

span.material-icons{ 
    color: #AB263B;
    font-size: 6rem; 
    transition: 1s ease;
}
a:hover>span.material-icons{ 
    transform: scale(1.2);
    transition: 1s ease;
}

