*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

body{
    background-color: #33005a;;
}

.apropos,h1{
    color: white;
    text-align: center;
    line-height: 2em;
}

.apropos{
    margin-top: 50px;
    font-size: 1.5em;
}

h1{
    margin-top: 40px;
}

.fin {
    margin-top: 10px;
    position: static;
    bottom: 10px;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
    color: white;
  }