body {
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
}

.box {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
}

.title {
    font-weight: bold;
    font-size: 5em;
}