html{
    background-color: #310055;
}
body {
  /* background-color: #D4DCE2; */
  /* background: linear-gradient(to bottom right, #005583, #ffffff);*/   
  display: flex;
  flex-direction: column;
  align-items: center;
}


header {
    margin-top: 150px;
    text-align: center;
    height: 45vh;
    padding-top: 125px;
    color: white;
}
header div {
    display: block;
    align-items: center;
    height: 100%;
}
header div a{
    color: white;
}
header div h1 {
    font-size: 3.5em;
}
header div h2 {
    font-size: 4em;
}



#dossiers {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80%;
}

#dossiers ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

#dossiers ul li{
    list-style-type: none;
    padding: 10px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 5px 5px 10px 0px #D283FF;

}

#dossiers ul li a{
    text-decoration: none;
}

#dossiers ul li a span{
    color: black;
    font-size: 1em
}
