* {
    padding: 0px;
}

body {
    background-color: rgb(201, 201, 248);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1 {

}

table {
    width: 80%;
    border-style: solid rgb(25, 38, 221);
    box-shadow: 2px 2px 5px rgb(21, 23, 124);
    padding: 10px;
    text-align: center;
    border-radius: 6px;
}

thead {
    font-weight: bold;
    background-color: rgb(153, 166, 241);
}

tfoot {
    font-size: 12px;
    font-style: italic;
}

#bg-pesencial {
    background-color: rgba(125, 233, 125, 0.747);
    text-align: left;
    font-size: 12px;
}

#bg-ead {
    background-color: rgb(233, 235, 153);
    text-align: left;
    font-size: 12px;
}

#bg-ead-com {
    background-color: rgb(236, 167, 219);
    text-align: left;
    font-size: 12px;
}

#dv-links-portais {
    background-color: rgb(206, 202, 202);
    width: 200px;

    box-shadow: 1px 1px 3px;
    border-radius: 6px;
    text-align: center;
}

a {
    text-decoration: none;
}

dis {
    font-weight: bold;
    text-shadow: 1px 1px 1px white;
}

#container-professores {
    width: 50%;
}

#container-professor {
    padding: 5px;
    border-radius: 6px;
    background-color: rgb(240, 209, 171);
    box-shadow: 1px 1px 1px;
}

#div-biografias {
    width: 100%;
    background-color: rgb(208, 175, 240);
    border-radius: 6px;
    padding: 6px;
    display: flex;
    flex-wrap: wrap ;

}

#img-livro {
    width: 90px;
    border-radius: 6px;
    box-shadow: 1px 1px 5px black;
}