.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -70%);
    transform: rotate(-13deg);
}
