body{
    margin: -5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 100vh;
    overflow: hidden;
}

#title{
    margin-top: 70px;
    text-align: center;
    font-size: 40px;
}

#description{
    margin-top: -15px;
    text-align: center;
    color: grey;
}

main{
    display: flex;
    gap: px;
    justify-content: center;
    margin-top: 5%;
}

.distrib{
    width: 2px;
    height: 500px;
    background-color: black;
}

.distrib div{
    margin-top: 46px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: relative;
    left: -6px;
    background-color: black;
    box-shadow: 0px 65px, 0px 130px, 0px 193px, 0px 257px, 0px 321px, 0px 385px ;
}

.dates li{
    list-style: none;
    color: grey;
    margin: 45px;
    text-align: right;
}

.logs li{
    font-weight:600;
    list-style: none;
    margin-top: 45px;
    margin-left: -15px;
    text-align: left;
}

.wrapper{
    text-align: center;
}

button{
    margin-top: 40px;
    width: 220px;
    height: 40px;
    color: white;
    background-color: black;
    border-radius: 10px;
}