:root{
    --color: #333; 
    }

.home .container {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.home .container .pres {
    /*background-color: rgba(0,0,0,0.5);*/
    max-width: unset;
    width: 75%;
}

.home .container .bottombutton1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.bottombutton1 p {
    margin: 0;
}

.second {
    flex-direction: unset;
    flex-wrap: unset;
    align-content: unset;
}

.front {
    align-items: center;
    background-color: rgba(255,255,255,0.5);
}