h1{
    height: 5vh;
    padding:0;
    text-align: center;
    font-family:sans-serif;
}
div {
    
    text-align: center;
}
td{
    background-color: aqua;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding:5px;
}
th{
    background-color:aquamarine;
    font-family: sans-serif;
}
table{
    margin: auto;    
}
.table{
    width: 100vw;
    height: 50vh;
}
.foots{
    font-family: monospace;
    margin: center;
    height: 10vh;
}
.pic_profiles{
    justify-content: center;
    margin: 50px;
    img {
        border-radius: 50%;
        background-color: #ddd;
        padding: 15px;
        padding-bottom: 0;
        width:150px;
    }
}