.posterDashboard div {
    display: flex;
    justify-content: space-evenly
}

.posterDashboard div a {
    width: 33%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 1.2rem
}