body {
    background: rgb(11, 0, 42);
    margin-left: 20rem;
    margin-right: 20rem;
    color: white;
}

h1 {
    font-size: 100px;
    font-family: "Fraunces";
    text-align: center;
}

.semaine{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* position: fixed; */
}

p{
  font-family: "Fraunces";  
}

summary{
    margin-right: 50;
    /* position:absolute; */
}

    



