.content-education{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 85vh;
    width: 100%;
}

table {
    border-collapse: separate;
    width: 95%;
    height: 85%;
  }
th{
    font-size: 1.1rem;
}
th,td{
    height:50px;
    border: 1px dotted;
    border-radius: 10px;
}
td{
    padding: 5px;
    text-align: center;
}
tr{
    transition: all 0.5s ;
}
tr:hover {
    background-color: rgba(140, 247, 206, 0.493);
    text-shadow: 0 0 3px #090decc5;
}

table a{
    text-decoration: underline;
    color: black;
    display: block;
    padding: 15px;
}
