
h1{
    text-align: center;
}

.content{
    display: flex;
    justify-content: center;
    align-items: center;
}

#institut{
    color:rgb(107, 155, 172);
    font-weight: bold;
    font-size: larger;
}

/*.inline{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgb(83, 119, 133);
    background-color: rgb(107, 155, 172);
}

nav{
    display: flex;
    justify-content: space-around;
}
nav.menu > ul> li {
    display: inline-block;
    list-style: none;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgb(83, 119, 133);
    background-color: rgb(107, 155, 172);
    font-size: 14px;
    margin: 10px;
    text-decoration-style: none;
    color: white;
}

nav.menu > ul> li>a:link {
    text-align: center;
    font-size: 14px;
    text-decoration-style: none;
    list-style: none;
    text-decoration: none;
    color: white;
}

nav.menu > ul > li:hover{
    background-color:rgb(16, 100, 128);
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    transition: all 0.5s linear ;
    }*/


.box{
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    justify-content: space-around;
}

  /*table, th, td{
    border:1px solid rgb(83, 119, 133);
    border-collapse: collapse;
    padding: 10px;
    margin: 10px;
  }*/

  .center-bold{
    font-weight: bold;
    text-align: center;
  }

  caption{
      margin-bottom: 10px;
  }

  thead{
    background-color: rgb(107, 155, 172);
  }