.centered {
    /*position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;*/
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
}